mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 03:33:56 +00:00
Fix formatting
This commit is contained in:
@@ -140,7 +140,7 @@ namespace
|
||||
KEY_HANDLE_TAGS_INFORMATION info{};
|
||||
info.HandleTags = 0; // ?
|
||||
|
||||
const emulator_object<KEY_HANDLE_TAGS_INFORMATION> info_obj{ c.emu, key_information };
|
||||
const emulator_object<KEY_HANDLE_TAGS_INFORMATION> info_obj{c.emu, key_information};
|
||||
info_obj.write(info);
|
||||
|
||||
return STATUS_SUCCESS;
|
||||
|
||||
Reference in New Issue
Block a user