From 8173b18064d9958fd5c621e8a099ffc7a5da0127 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sun, 3 Nov 2024 18:27:42 +0100 Subject: [PATCH] Fix formatting --- src/windows-emulator/syscalls.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windows-emulator/syscalls.cpp b/src/windows-emulator/syscalls.cpp index 18a66aba..7c23905a 100644 --- a/src/windows-emulator/syscalls.cpp +++ b/src/windows-emulator/syscalls.cpp @@ -140,7 +140,7 @@ namespace KEY_HANDLE_TAGS_INFORMATION info{}; info.HandleTags = 0; // ? - const emulator_object info_obj{ c.emu, key_information }; + const emulator_object info_obj{c.emu, key_information}; info_obj.write(info); return STATUS_SUCCESS;