diff options
author | Sam Lantinga <slouken@libsdl.org> | 2013-05-18 14:17:52 -0700 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2013-05-18 14:17:52 -0700 |
commit | 0d9b661db8cc2714df2012ad26ea677879ebbd17 (patch) | |
tree | 8161d6fe30938bba2d1cdb4689221b6beac618e5 /src/timer/SDL_timer_c.h | |
parent | 3beb70c4bcbd2ea9ef4e69cbcfe75c6650fbea50 (diff) |
File style cleanup for the SDL 2.0 release
Diffstat (limited to 'src/timer/SDL_timer_c.h')
-rw-r--r-- | src/timer/SDL_timer_c.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/timer/SDL_timer_c.h b/src/timer/SDL_timer_c.h index c759bcd847..1574853108 100644 --- a/src/timer/SDL_timer_c.h +++ b/src/timer/SDL_timer_c.h @@ -23,8 +23,8 @@ /* Useful functions and variables from SDL_timer.c */ #include "SDL_timer.h" -#define ROUND_RESOLUTION(X) \ - (((X+TIMER_RESOLUTION-1)/TIMER_RESOLUTION)*TIMER_RESOLUTION) +#define ROUND_RESOLUTION(X) \ + (((X+TIMER_RESOLUTION-1)/TIMER_RESOLUTION)*TIMER_RESOLUTION) extern void SDL_InitTicks(void); extern int SDL_TimerInit(void); |