diff options
author | bunnei <bunneidev@gmail.com> | 2018-01-17 11:37:26 -0500 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2018-01-17 11:37:26 -0500 |
commit | b588cbcb1dd1c4256c6d0011a424af9d888ecb20 (patch) | |
tree | 339ab61b05294a2be42b726e60babae5976a8d6c /src | |
parent | 30cb98f874d0df9e818976f2140135ac8fe1501b (diff) |
hle_ipc: Clang format.
Diffstat (limited to 'src')
-rw-r--r-- | src/core/hle/kernel/hle_ipc.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/hle/kernel/hle_ipc.cpp b/src/core/hle/kernel/hle_ipc.cpp index 2ccc242f6..ac62a0d5a 100644 --- a/src/core/hle/kernel/hle_ipc.cpp +++ b/src/core/hle/kernel/hle_ipc.cpp @@ -104,8 +104,9 @@ void HLERequestContext::ParseCommandBuffer(u32_le* src_cmdbuf, bool incoming) { data_payload_offset = rp.GetCurrentOffset(); - if (domain_message_header && domain_message_header->command == - IPC::DomainMessageHeader::CommandType::CloseVirtualHandle) { + if (domain_message_header && + domain_message_header->command == + IPC::DomainMessageHeader::CommandType::CloseVirtualHandle) { // CloseVirtualHandle command does not have SFC* or any data return; } |