--- a/include/SDL_system.h Sat May 18 12:48:50 2013 -0700
+++ b/include/SDL_system.h Sat May 18 14:17:52 2013 -0700
@@ -21,7 +21,7 @@
/**
* \file SDL_system.h
- *
+ *
* Include file for platform specific SDL API functions
*/
@@ -38,9 +38,7 @@
#include "begin_code.h"
/* Set up for C function definitions, even when using C++ */
#ifdef __cplusplus
-/* *INDENT-OFF* */
extern "C" {
-/* *INDENT-ON* */
#endif
/* Platform specific functions for iOS */
@@ -98,9 +96,7 @@
/* Ends C function definitions when using C++ */
#ifdef __cplusplus
-/* *INDENT-OFF* */
}
-/* *INDENT-ON* */
#endif
#include "close_code.h"