indent is evil

This commit is contained in:
Sam Lantinga
2006-10-28 16:48:03 +00:00
parent 317f4be23e
commit c91d18d6ad
35 changed files with 586 additions and 497 deletions

View File

@@ -64,6 +64,7 @@ SDL_GetTicks(void)
hires_now /= hires_ticks_per_second;
*/
/* inline asm to avoid runtime inclusion */
/* *INDENT-OFF* */
_asm {
push edx
push eax
@@ -87,6 +88,7 @@ SDL_GetTicks(void)
pop edx
pop eax
}
/* *INDENT-ON* */
return ticks;