diff options
author | Sam Lantinga <slouken@libsdl.org> | 2013-05-18 14:17:52 -0700 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2013-05-18 14:17:52 -0700 |
commit | 0d9b661db8cc2714df2012ad26ea677879ebbd17 (patch) | |
tree | 8161d6fe30938bba2d1cdb4689221b6beac618e5 /include/SDL_test_log.h | |
parent | 3beb70c4bcbd2ea9ef4e69cbcfe75c6650fbea50 (diff) |
File style cleanup for the SDL 2.0 release
Diffstat (limited to 'include/SDL_test_log.h')
-rw-r--r-- | include/SDL_test_log.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/include/SDL_test_log.h b/include/SDL_test_log.h index c6dbad6535..a581d2e754 100644 --- a/include/SDL_test_log.h +++ b/include/SDL_test_log.h @@ -21,13 +21,13 @@ /** * \file SDL_test_log.h - * + * * Include file for SDL test framework. * * This code is a part of the SDL2_test library, not the main SDL library. */ -/* +/* * * Wrapper to log in the TEST category * @@ -39,9 +39,7 @@ #include "begin_code.h" /* Set up for C function definitions, even when using C++ */ #ifdef __cplusplus -/* *INDENT-OFF* */ extern "C" { -/* *INDENT-ON* */ #endif /** @@ -60,9 +58,7 @@ void SDLTest_LogError(const char *fmt, ...); /* Ends C function definitions when using C++ */ #ifdef __cplusplus -/* *INDENT-OFF* */ } -/* *INDENT-ON* */ #endif #include "close_code.h" |