1.1 --- a/include/SDL_test_common.h Sat May 18 12:48:50 2013 -0700
1.2 +++ b/include/SDL_test_common.h Sat May 18 14:17:52 2013 -0700
1.3 @@ -21,7 +21,7 @@
1.4
1.5 /**
1.6 * \file SDL_test_common.h
1.7 - *
1.8 + *
1.9 * Include file for SDL test framework.
1.10 *
1.11 * This code is a part of the SDL2_test library, not the main SDL library.
1.12 @@ -109,9 +109,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 /* Function prototypes */
1.22 @@ -175,9 +173,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