diff include/SDL_main.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 ed4d4f1ea201
line wrap: on
line diff
--- a/include/SDL_main.h	Mon May 29 03:53:21 2006 +0000
+++ b/include/SDL_main.h	Mon May 29 04:04:35 2006 +0000
@@ -50,7 +50,7 @@
 #define main	SDL_main
 
 /* The prototype for the application's main() function */
-extern C_LINKAGE int SDL_main (int argc, char *argv[]);
+extern C_LINKAGE int SDL_main(int argc, char *argv[]);
 
 
 /* From the SDL library code -- needed for registering the app on Win32 */
@@ -64,12 +64,12 @@
 #endif
 
 /* This should be called from your WinMain() function, if any */
-extern DECLSPEC void SDLCALL SDL_SetModuleHandle (void *hInst);
+extern DECLSPEC void SDLCALL SDL_SetModuleHandle(void *hInst);
 /* This can also be called, but is no longer necessary */
-extern DECLSPEC int SDLCALL SDL_RegisterApp (char *name, Uint32 style,
-                                             void *hInst);
+extern DECLSPEC int SDLCALL SDL_RegisterApp(char *name, Uint32 style,
+                                            void *hInst);
 /* This can also be called, but is no longer necessary (SDL_Quit calls it) */
-extern DECLSPEC void SDLCALL SDL_UnregisterApp (void);
+extern DECLSPEC void SDLCALL SDL_UnregisterApp(void);
 #ifdef __cplusplus
 /* *INDENT-OFF* */
 }
@@ -92,7 +92,7 @@
 struct QDGlobals;
 
 /* This should be called from your main() function, if any */
-extern DECLSPEC void SDLCALL SDL_InitQuickDraw (struct QDGlobals *the_qd);
+extern DECLSPEC void SDLCALL SDL_InitQuickDraw(struct QDGlobals *the_qd);
 
 #ifdef __cplusplus
 /* *INDENT-OFF* */