More clang formatting.

This commit is contained in:
kmather73
2018-12-16 23:32:17 -08:00
parent e90c0a41a6
commit f13c6a480a
2 changed files with 1 additions and 3 deletions
+1 -1
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;
}
}