diff src/timer/SDL_systimer.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/src/timer/SDL_systimer.h	Mon May 29 03:53:21 2006 +0000
+++ b/src/timer/SDL_systimer.h	Mon May 29 04:04:35 2006 +0000
@@ -28,14 +28,14 @@
 
 
 /* Initialize the system dependent timer subsystem */
-extern int SDL_SYS_TimerInit (void);
+extern int SDL_SYS_TimerInit(void);
 
 /* Quit the system dependent timer subsystem */
-extern void SDL_SYS_TimerQuit (void);
+extern void SDL_SYS_TimerQuit(void);
 
 /* Start a timer set up by SDL_SetTimer() */
-extern int SDL_SYS_StartTimer (void);
+extern int SDL_SYS_StartTimer(void);
 
 /* Stop a previously started timer */
-extern void SDL_SYS_StopTimer (void);
+extern void SDL_SYS_StopTimer(void);
 /* vi: set ts=4 sw=4 expandtab: */