service/ac: fix clang format

This commit is contained in:
zhupengfei 2018-06-20 09:42:39 +08:00
parent a50cd37aa6
commit 7b4738ad33
No known key found for this signature in database
GPG Key ID: 85B82A3E62174206
1 changed files with 2 additions and 2 deletions

View File

@ -153,8 +153,8 @@ void Module::Interface::IsConnected(Kernel::HLERequestContext& ctx) {
rb.Push(RESULT_SUCCESS);
rb.Push(ac->ac_connected);
NGLOG_WARNING(Service_AC, "(STUBBED) called unk=0x{:08X} descriptor=0x{:08X} param=0x{:08X}", unk,
unk_descriptor, unk_param);
NGLOG_WARNING(Service_AC, "(STUBBED) called unk=0x{:08X} descriptor=0x{:08X} param=0x{:08X}",
unk, unk_descriptor, unk_param);
}
void Module::Interface::SetClientVersion(Kernel::HLERequestContext& ctx) {