Convert a few TABs into spaces

This commit is contained in:
Kees Bakker 2011-08-18 22:43:37 +02:00
parent 531efe97f1
commit afc8e3d312

View file

@ -147,9 +147,9 @@ static void SDL_IdleTimerDisabledChanged(const char *name, const char *oldValue,
return; return;
} }
SDL_Window *window; SDL_Window *window;
for (window = _this->windows; window != nil; window = window->next) { for (window = _this->windows; window != nil; window = window->next) {
SDL_SendWindowEvent(window, SDL_WINDOWEVENT_RESTORED, 0, 0); SDL_SendWindowEvent(window, SDL_WINDOWEVENT_RESTORED, 0, 0);
} }
} }