Convert a few TABs into spaces
This commit is contained in:
parent
531efe97f1
commit
afc8e3d312
1 changed files with 4 additions and 4 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue