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

@ -130,7 +130,7 @@ static void SDL_IdleTimerDisabledChanged(const char *name, const char *oldValue,
if (!_this) {
return;
}
SDL_Window *window;
for (window = _this->windows; window != nil; window = window->next) {
SDL_SendWindowEvent(window, SDL_WINDOWEVENT_MINIMIZED, 0, 0);
@ -146,10 +146,10 @@ static void SDL_IdleTimerDisabledChanged(const char *name, const char *oldValue,
if (!_this) {
return;
}
SDL_Window *window;
SDL_Window *window;
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);
}
}