Fix spacing

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

View File

@ -566,7 +566,8 @@ static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM l
if (!window)
{
return DefWindowProcW(hWnd, uMsg, wParam, lParam);
return DefWindowProcW(hWnd, uMsg, wParam, lParam);
}
}
}