Fix spacing

This commit is contained in:
Peru S 2025-07-28 21:58:38 -07:00
parent b70a3b8c6a
commit a8ca2e1dad

View File

@ -569,6 +569,7 @@ static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM l
return DefWindowProcW(hWnd, uMsg, wParam, lParam); return DefWindowProcW(hWnd, uMsg, wParam, lParam);
} }
} }
}
switch (uMsg) switch (uMsg)
{ {