tests: Fix whitespace

This commit is contained in:
Frank Praznik 2023-12-12 17:17:00 -05:00
parent a78cdbd7e3
commit cc6d8eb72b

View file

@ -1438,7 +1438,6 @@ int video_getSetWindowSize(void *arg)
}
}
/* Get just width */
currentW = desiredW + 1;
SDL_GetWindowSize(window, &currentW, NULL);