1.1 --- a/include/SDL_test_assert.h Sat May 18 12:48:50 2013 -0700
1.2 +++ b/include/SDL_test_assert.h Sat May 18 14:17:52 2013 -0700
1.3 @@ -21,13 +21,13 @@
1.4
1.5 /**
1.6 * \file SDL_test_assert.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 * Assert API for test code and test cases
1.18 *
1.19 @@ -39,20 +39,18 @@
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 * \brief Fails the assert.
1.30 */
1.31 -#define ASSERT_FAIL 0
1.32 +#define ASSERT_FAIL 0
1.33
1.34 /**
1.35 * \brief Passes the assert.
1.36 */
1.37 -#define ASSERT_PASS 1
1.38 +#define ASSERT_PASS 1
1.39
1.40 /**
1.41 * \brief Assert that logs and break execution flow on failures.
1.42 @@ -98,9 +96,7 @@
1.43 int SDLTest_AssertSummaryToTestResult();
1.44
1.45 #ifdef __cplusplus
1.46 -/* *INDENT-OFF* */
1.47 }
1.48 -/* *INDENT-ON* */
1.49 #endif
1.50 #include "close_code.h"
1.51