From ebbce46c00867c2a8d5f28ea44b52b432ab5abde Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 5 Dec 2020 11:30:39 +0000 Subject: __ntapi_msq_recv(): adjust code formatting. --- src/msq/ntapi_msq_recv.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/msq') diff --git a/src/msq/ntapi_msq_recv.c b/src/msq/ntapi_msq_recv.c index 6850312..aadd9da 100644 --- a/src/msq/ntapi_msq_recv.c +++ b/src/msq/ntapi_msq_recv.c @@ -66,11 +66,12 @@ int32_t __stdcall __ntapi_msq_recv( } else if ((status = __ntapi->ipc_init_section_by_port( msq->hport,&hsection, - &secaddr,&secsize))) + &secaddr,&secsize))) { return status; - else + } else { mapaddr = secaddr; + } /* len */ if (len > secsize) -- cgit v1.2.3