mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Remove trailing spaces
This commit is contained in:
@ -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
|
||||
|
||||
@ -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)
|
||||
*
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user