make indent

This commit is contained in:
Sam Lantinga
2007-06-14 13:21:29 +00:00
parent 4c81f8c5cc
commit b6ab6bf6d5
18 changed files with 142 additions and 122 deletions

View File

@@ -80,8 +80,8 @@ SDL_GetTicks(void)
if (read_hz200_from_vbl) {
now = SDL_Atari_hz200;
} else {
void *old_stack = (void *)Super(0);
now = *((volatile long *)_hz_200);
void *old_stack = (void *) Super(0);
now = *((volatile long *) _hz_200);
Super(old_stack);
}