1
0
mirror of https://github.com/EduApps-CDG/OpenDX synced 2024-12-30 09:45:37 +01:00

[d3d9] Fix formatting in D3D9WindowProc

This commit is contained in:
Joshua Ashton 2020-03-20 22:30:05 +00:00
parent f6a79c366a
commit 5ff7cad77d

View File

@ -31,8 +31,7 @@ namespace dxvk {
}
static LRESULT CALLBACK D3D9WindowProc(HWND window, UINT message, WPARAM wparam, LPARAM lparam)
{
static LRESULT CALLBACK D3D9WindowProc(HWND window, UINT message, WPARAM wparam, LPARAM lparam) {
if (message == WM_NCCALCSIZE && wparam == TRUE)
return 0;