Fix -Wnewline-eof warnings (#14989)

(cherry picked from commit 9fda8f2669)
This commit is contained in:
RaceTheMaSe
2026-02-07 16:04:18 +01:00
committed by Ozkan Sezer
parent 5400cdd307
commit a7e5870b88

View File

@@ -477,4 +477,4 @@ SDL_AppResult SDL_AppIterate(void *appstate)
void SDL_AppQuit(void *appstate, SDL_AppResult result)
{
SDL_free(appstate); // just free the memory, SDL will clean up the window/renderer for us.
}
}