summaryrefslogtreecommitdiff
path: root/include/SDL_test.h
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2013-05-18 14:17:52 -0700
committerSam Lantinga <slouken@libsdl.org>2013-05-18 14:17:52 -0700
commitb80d20fb1100c64799769dbc0ef67582dcf29e31 (patch)
tree351258ecef703d638c01d1e629af4adc22a31994 /include/SDL_test.h
parent220d178aad1719aabbf6e2dd0bebcedba0abc951 (diff)
downloadsdl-b80d20fb1100c64799769dbc0ef67582dcf29e31.tar.gz
File style cleanup for the SDL 2.0 release
Diffstat (limited to 'include/SDL_test.h')
-rw-r--r--include/SDL_test.h14
1 files changed, 5 insertions, 9 deletions
diff --git a/include/SDL_test.h b/include/SDL_test.h
index 15e7689f0..7e0de0894 100644
--- a/include/SDL_test.h
+++ b/include/SDL_test.h
@@ -21,7 +21,7 @@
/**
* \file SDL_test.h
- *
+ *
* Include file for SDL test framework.
*
* This code is a part of the SDL2_test library, not the main SDL library.
@@ -46,24 +46,20 @@
#include "begin_code.h"
/* Set up for C function definitions, even when using C++ */
#ifdef __cplusplus
-/* *INDENT-OFF* */
extern "C" {
-/* *INDENT-ON* */
#endif
/* Global definitions */
-/*
- * Note: Maximum size of SDLTest log message is less than SDLs limit
- * to ensure we can fit additional information such as the timestamp.
+/*
+ * Note: Maximum size of SDLTest log message is less than SDLs limit
+ * to ensure we can fit additional information such as the timestamp.
*/
-#define SDLTEST_MAX_LOGMESSAGE_LENGTH 3584
+#define SDLTEST_MAX_LOGMESSAGE_LENGTH 3584
/* Ends C function definitions when using C++ */
#ifdef __cplusplus
-/* *INDENT-OFF* */
}
-/* *INDENT-ON* */
#endif
#include "close_code.h"