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

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;
}
}

View File

@@ -205,8 +205,6 @@ private:
bool acquire_source;
} pullerState{};
void ProcessBindMethod(const MethodCall& method_call);
void ProcessSemaphoreTriggerMethod();
void ProcessSemaphoreRelease();