mirror of
https://github.com/shadps4-emu/ext-wepoll.git
synced 2026-01-31 00:55:18 +01:00
src: reformat with clang-format 8.0
This commit is contained in:
@@ -19,8 +19,8 @@ static const long REFLOCK__POISON = (long) 0x300dead0;
|
||||
static HANDLE reflock__keyed_event = NULL;
|
||||
|
||||
int reflock_global_init(void) {
|
||||
NTSTATUS status =
|
||||
NtCreateKeyedEvent(&reflock__keyed_event, KEYEDEVENT_ALL_ACCESS, NULL, 0);
|
||||
NTSTATUS status = NtCreateKeyedEvent(
|
||||
&reflock__keyed_event, KEYEDEVENT_ALL_ACCESS, NULL, 0);
|
||||
if (status != STATUS_SUCCESS)
|
||||
return_set_error(-1, RtlNtStatusToDosError(status));
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user