two more white spaces for the Clang formatting.

This commit is contained in:
kmather73
2018-12-16 23:37:55 -08:00
parent f13c6a480a
commit 3e84c12de4

View File

@@ -241,7 +241,7 @@ void GPU::CallPullerMethod(const MethodCall& method_call) {
}
default:
LOG_ERROR(HW_GPU, "Special puller engine method {:X} not implemented",
static_cast<u32>(method));
static_cast<u32>(method));
break;
}
}