Clang Fixes

This commit is contained in:
N00byKing
2018-03-19 17:53:35 +01:00
parent d16e08454d
commit 1d8b6ad13b
5 changed files with 11 additions and 9 deletions

View File

@ -78,7 +78,8 @@ ResultCode ServerSession::HandleDomainSyncRequest(Kernel::HLERequestContext& con
}
}
LOG_CRITICAL(IPC, "Unknown domain command=%d", static_cast<int>(domain_message_header->command.Value()));
LOG_CRITICAL(IPC, "Unknown domain command=%d",
static_cast<int>(domain_message_header->command.Value()));
ASSERT(false);
}