mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 02:30:35 +00:00
(ui_win32_application.c) Indenting cleanups
This commit is contained in:
parent
f4c3a41f84
commit
dbf59a72bd
@ -31,11 +31,11 @@ static void ui_application_win32_process_events(void)
|
||||
{
|
||||
MSG msg2;
|
||||
|
||||
if (PeekMessage(&msg2, 0, 0, 0, PM_REMOVE))
|
||||
{
|
||||
if (PeekMessage(&msg2, 0, 0, 0, PM_REMOVE))
|
||||
{
|
||||
TranslateMessage(&msg2);
|
||||
DispatchMessage (&msg2);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user