1.1 --- a/include/SDL_test_compare.h Sat May 18 12:48:50 2013 -0700
1.2 +++ b/include/SDL_test_compare.h Sat May 18 14:17:52 2013 -0700
1.3 @@ -21,16 +21,16 @@
1.4
1.5 /**
1.6 * \file SDL_test_compare.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 Defines comparison functions (i.e. for surfaces).
1.18 -
1.19 +
1.20 */
1.21
1.22 #ifndef _SDL_test_compare_h
1.23 @@ -43,9 +43,7 @@
1.24 #include "begin_code.h"
1.25 /* Set up for C function definitions, even when using C++ */
1.26 #ifdef __cplusplus
1.27 -/* *INDENT-OFF* */
1.28 extern "C" {
1.29 -/* *INDENT-ON* */
1.30 #endif
1.31
1.32 /**
1.33 @@ -58,13 +56,11 @@
1.34 * \returns 0 if comparison succeeded, >0 (=number of pixels where comparison failed) if comparison failed, -1 if any of the surfaces were NULL, -2 if the surface sizes differ.
1.35 */
1.36 int SDLTest_CompareSurfaces(SDL_Surface *surface, SDL_Surface *referenceSurface, int allowable_error);
1.37 -
1.38 +
1.39
1.40 /* Ends C function definitions when using C++ */
1.41 #ifdef __cplusplus
1.42 -/* *INDENT-OFF* */
1.43 }
1.44 -/* *INDENT-ON* */
1.45 #endif
1.46 #include "close_code.h"
1.47