1.1 --- a/include/SDL_assert.h Sat May 18 12:48:50 2013 -0700
1.2 +++ b/include/SDL_assert.h Sat May 18 14:17:52 2013 -0700
1.3 @@ -27,9 +27,7 @@
1.4 #include "begin_code.h"
1.5 /* Set up for C function definitions, even when using C++ */
1.6 #ifdef __cplusplus
1.7 -/* *INDENT-OFF* */
1.8 extern "C" {
1.9 -/* *INDENT-ON* */
1.10 #endif
1.11
1.12 #ifndef SDL_ASSERT_LEVEL
1.13 @@ -187,7 +185,7 @@
1.14 * This callback is NOT reset to SDL's internal handler upon SDL_Quit()!
1.15 *
1.16 * \return SDL_assert_state value of how to handle the assertion failure.
1.17 - *
1.18 + *
1.19 * \param handler Callback function, called when an assertion fails.
1.20 * \param userdata A pointer passed to the callback as-is.
1.21 */
1.22 @@ -230,9 +228,7 @@
1.23
1.24 /* Ends C function definitions when using C++ */
1.25 #ifdef __cplusplus
1.26 -/* *INDENT-OFF* */
1.27 }
1.28 -/* *INDENT-ON* */
1.29 #endif
1.30 #include "close_code.h"
1.31