From a7e5870b88a6350d3961d22fad4526292d6e76dc Mon Sep 17 00:00:00 2001 From: RaceTheMaSe Date: Sat, 7 Feb 2026 16:04:18 +0100 Subject: [PATCH] Fix -Wnewline-eof warnings (#14989) (cherry picked from commit 9fda8f2669a21db7e32b3339c005bd27c2cee6c8) --- examples/demo/02-woodeneye-008/woodeneye-008.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/demo/02-woodeneye-008/woodeneye-008.c b/examples/demo/02-woodeneye-008/woodeneye-008.c index 97a72015e2..cc8be34ff8 100644 --- a/examples/demo/02-woodeneye-008/woodeneye-008.c +++ b/examples/demo/02-woodeneye-008/woodeneye-008.c @@ -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. -} \ No newline at end of file +}