1.1 --- a/include/SDL_test_log.h Sat May 18 12:48:50 2013 -0700
1.2 +++ b/include/SDL_test_log.h Sat May 18 14:17:52 2013 -0700
1.3 @@ -21,13 +21,13 @@
1.4
1.5 /**
1.6 * \file SDL_test_log.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 */
1.13
1.14 -/*
1.15 +/*
1.16 *
1.17 * Wrapper to log in the TEST category
1.18 *
1.19 @@ -39,9 +39,7 @@
1.20 #include "begin_code.h"
1.21 /* Set up for C function definitions, even when using C++ */
1.22 #ifdef __cplusplus
1.23 -/* *INDENT-OFF* */
1.24 extern "C" {
1.25 -/* *INDENT-ON* */
1.26 #endif
1.27
1.28 /**
1.29 @@ -60,9 +58,7 @@
1.30
1.31 /* Ends C function definitions when using C++ */
1.32 #ifdef __cplusplus
1.33 -/* *INDENT-OFF* */
1.34 }
1.35 -/* *INDENT-ON* */
1.36 #endif
1.37 #include "close_code.h"
1.38