Update clang format

This commit is contained in:
James Rowe
2018-07-02 10:20:50 -06:00
committed by bunnei
parent 638956aa81
commit 0d46f0df12
37 changed files with 141 additions and 154 deletions

View File

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