diff options
| author | Ray <[email protected]> | 2023-10-31 15:54:52 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-10-31 15:54:52 +0100 |
| commit | de7beef05d56a23c4ab06202013965e3da014ef3 (patch) | |
| tree | c28ba654bd992085d912c180aa1c252051d3b387 /src/platforms | |
| parent | f88604e6d5e0b17280b05081450a0e9b31d8621d (diff) | |
| download | raylib-de7beef05d56a23c4ab06202013965e3da014ef3.tar.gz raylib-de7beef05d56a23c4ab06202013965e3da014ef3.zip | |
Remove trailing spaces
Diffstat (limited to 'src/platforms')
| -rw-r--r-- | src/platforms/rcore_desktop.c | 2 | ||||
| -rw-r--r-- | src/platforms/rcore_template.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/platforms/rcore_desktop.c b/src/platforms/rcore_desktop.c index 267262c9..3d38dc89 100644 --- a/src/platforms/rcore_desktop.c +++ b/src/platforms/rcore_desktop.c @@ -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 diff --git a/src/platforms/rcore_template.c b/src/platforms/rcore_template.c index 9a815ec4..5d4721c8 100644 --- a/src/platforms/rcore_template.c +++ b/src/platforms/rcore_template.c @@ -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) * * |
