Mercurial > sdl-ios-xcode
diff src/timer/os2/SDL_systimer.c @ 2060:866052b01ee5
indent is evil
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 28 Oct 2006 16:48:03 +0000 |
parents | 5f6550e5184f |
children | 99210400e8b9 |
line wrap: on
line diff
--- a/src/timer/os2/SDL_systimer.c Sat Oct 28 16:41:54 2006 +0000 +++ b/src/timer/os2/SDL_systimer.c Sat Oct 28 16:48:03 2006 +0000 @@ -64,6 +64,7 @@ hires_now /= hires_ticks_per_second; */ /* inline asm to avoid runtime inclusion */ + /* *INDENT-OFF* */ _asm { push edx push eax @@ -87,6 +88,7 @@ pop edx pop eax } + /* *INDENT-ON* */ return ticks;