Răsfoiți Sursa

Fix -Wnewline-eof warnings (#14989)

(cherry picked from commit 9fda8f2669a21db7e32b3339c005bd27c2cee6c8)
RaceTheMaSe 3 luni în urmă
părinte
comite
a7e5870b88
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      examples/demo/02-woodeneye-008/woodeneye-008.c

+ 1 - 1
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.
-}
+}