mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-06-03 21:38:17 +00:00
tests: Fix whitespace
This commit is contained in:
parent
a78cdbd7e3
commit
cc6d8eb72b
|
@ -1438,7 +1438,6 @@ int video_getSetWindowSize(void *arg)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Get just width */
|
/* Get just width */
|
||||||
currentW = desiredW + 1;
|
currentW = desiredW + 1;
|
||||||
SDL_GetWindowSize(window, ¤tW, NULL);
|
SDL_GetWindowSize(window, ¤tW, NULL);
|
||||||
|
|
Loading…
Reference in a new issue