1.1 --- a/include/SDL_log.h Sat May 18 12:48:50 2013 -0700
1.2 +++ b/include/SDL_log.h Sat May 18 14:17:52 2013 -0700
1.3 @@ -21,7 +21,7 @@
1.4
1.5 /**
1.6 * \file SDL_log.h
1.7 - *
1.8 + *
1.9 * Simple log messages with categories and priorities.
1.10 *
1.11 * By default logs are quiet, but if you're debugging SDL you might want:
1.12 @@ -42,9 +42,7 @@
1.13 #include "begin_code.h"
1.14 /* Set up for C function definitions, even when using C++ */
1.15 #ifdef __cplusplus
1.16 -/* *INDENT-OFF* */
1.17 extern "C" {
1.18 -/* *INDENT-ON* */
1.19 #endif
1.20
1.21
1.22 @@ -60,7 +58,7 @@
1.23 *
1.24 * By default the application category is enabled at the INFO level,
1.25 * the assert category is enabled at the WARN level, test is enabled
1.26 - * at the VERBOSE level and all other categories are enabled at the
1.27 + * at the VERBOSE level and all other categories are enabled at the
1.28 * CRITICAL level.
1.29 */
1.30 enum
1.31 @@ -204,9 +202,7 @@
1.32
1.33 /* Ends C function definitions when using C++ */
1.34 #ifdef __cplusplus
1.35 -/* *INDENT-OFF* */
1.36 }
1.37 -/* *INDENT-ON* */
1.38 #endif
1.39 #include "close_code.h"
1.40