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

View File

@ -21,7 +21,7 @@
* Custom flag for rcore on target platform -not used-
*
* DEPENDENCIES:
* - <platform-specific SDK dependency>
* - <platform-specific SDK dependency>
* - gestures: Gestures system for touch-ready devices (or simulated from mouse inputs)
*
*