Explorar el Código

hle_ipc: Clang format.

bunnei hace 8 años
padre
commit
b588cbcb1d
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      src/core/hle/kernel/hle_ipc.cpp

+ 3 - 2
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;
     }