Remove trailing spaces

This commit is contained in:
Ray
2023-10-31 15:54:52 +01:00
parent f88604e6d5
commit de7beef05d
5 changed files with 9 additions and 9 deletions

View File

@ -755,7 +755,7 @@ int GetCurrentMonitor(void)
// to try to detect the "current monitor" for that window, note that
// this is probably an overengineered solution for a very side case
// trying to match SDL behaviour
int closestDist = 0x7FFFFFFF;
// Window center position