diff include/SDL_error.h @ 1668:4da1ee79c9af SDL-1.3

more tweaking indent options
author Sam Lantinga <slouken@libsdl.org>
date Mon, 29 May 2006 04:04:35 +0000
parents 782fd950bd46
children
line wrap: on
line diff
--- a/include/SDL_error.h	Mon May 29 03:53:21 2006 +0000
+++ b/include/SDL_error.h	Mon May 29 04:04:35 2006 +0000
@@ -39,9 +39,9 @@
 #endif
 
 /* Public functions */
-extern DECLSPEC void SDLCALL SDL_SetError (const char *fmt, ...);
-extern DECLSPEC char *SDLCALL SDL_GetError (void);
-extern DECLSPEC void SDLCALL SDL_ClearError (void);
+extern DECLSPEC void SDLCALL SDL_SetError(const char *fmt, ...);
+extern DECLSPEC char *SDLCALL SDL_GetError(void);
+extern DECLSPEC void SDLCALL SDL_ClearError(void);
 
 /* Private error message function - used internally */
 #define SDL_OutOfMemory()	SDL_Error(SDL_ENOMEM)
@@ -55,7 +55,7 @@
     SDL_UNSUPPORTED,
     SDL_LASTERROR
 } SDL_errorcode;
-extern DECLSPEC void SDLCALL SDL_Error (SDL_errorcode code);
+extern DECLSPEC void SDLCALL SDL_Error(SDL_errorcode code);
 
 
 /* Ends C function definitions when using C++ */