mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 22:45:45 +00:00
hle_ipc: Clang format.
This commit is contained in:
parent
ce1626b80e
commit
0d1c6f492e
1 changed files with 3 additions and 2 deletions
|
@ -104,8 +104,9 @@ void HLERequestContext::ParseCommandBuffer(u32_le* src_cmdbuf, bool incoming) {
|
||||||
|
|
||||||
data_payload_offset = rp.GetCurrentOffset();
|
data_payload_offset = rp.GetCurrentOffset();
|
||||||
|
|
||||||
if (domain_message_header && domain_message_header->command ==
|
if (domain_message_header &&
|
||||||
IPC::DomainMessageHeader::CommandType::CloseVirtualHandle) {
|
domain_message_header->command ==
|
||||||
|
IPC::DomainMessageHeader::CommandType::CloseVirtualHandle) {
|
||||||
// CloseVirtualHandle command does not have SFC* or any data
|
// CloseVirtualHandle command does not have SFC* or any data
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue