SDL2/src
Sylvain Becker 6a2200823c
Cleanup add brace (#6545)
* Add braces after if conditions

* More add braces after if conditions

* Add braces after while() conditions

* Fix compilation because of macro being modified

* Add braces to for loop

* Add braces after if/goto

* Move comments up

* Remove extra () in the 'return ...;' statements

* More remove extra () in the 'return ...;' statements

* More remove extra () in the 'return ...;' statements after merge

* Fix inconsistent patterns are xxx == NULL vs !xxx

* More "{}" for "if() break;"  and "if() continue;"

* More "{}" after if() short statement

* More "{}" after "if () return;" statement

* More fix inconsistent patterns are xxx == NULL vs !xxx

* Revert some modificaion on SDL_RLEaccel.c

* SDL_RLEaccel: no short statement

* Cleanup 'if' where the bracket is in a new line

* Cleanup 'while' where the bracket is in a new line

* Cleanup 'for' where the bracket is in a new line

* Cleanup 'else' where the bracket is in a new line
2022-11-27 08:38:43 -08:00
..
atomic Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00
audio Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00
core Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00
cpuinfo Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00
dynapi Switch header convention from #include "SDL.h" to #include <SDL3/SDLh> 2022-11-26 22:15:18 -08:00
events Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00
file Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00
filesystem Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00
haptic Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00
hidapi Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00
joystick Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00
libm Switch header convention from #include "SDL.h" to #include <SDL3/SDLh> 2022-11-26 22:15:18 -08:00
loadso Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00
locale Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00
main Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00
misc Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00
power Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00
render Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00
sensor Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00
stdlib Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00
test Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00
thread Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00
timer Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00
video Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00
SDL.c Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00
SDL_assert.c Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00
SDL_assert_c.h Remove SDL_config.h from the public headers 2022-11-26 04:48:36 -08:00
SDL_dataqueue.c Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00
SDL_dataqueue.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_error.c Switch header convention from #include "SDL.h" to #include <SDL3/SDLh> 2022-11-26 22:15:18 -08:00
SDL_error_c.h Removed the limit on the size of the SDL error message 2022-06-27 16:59:50 -07:00
SDL_guid.c Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00
SDL_hints.c Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00
SDL_hints_c.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_internal.h Switch header convention from #include "SDL.h" to #include <SDL3/SDLh> 2022-11-26 22:15:18 -08:00
SDL_list.c Switch header convention from #include "SDL.h" to #include <SDL3/SDLh> 2022-11-26 22:15:18 -08:00
SDL_list.h Add SDL_list.c/h 2022-04-01 08:01:44 +02:00
SDL_log.c Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00
SDL_log_c.h Added declaration of SDL_LogInit() and SDL_LogQuit() 2022-04-28 15:01:34 -07:00
SDL_utils.c Fixed declaration-after-statement warning 2022-07-18 07:31:23 -07:00
SDL_utils_c.h Remove SDL_config.h from the public headers 2022-11-26 04:48:36 -08:00