Skip to content

Commit

Permalink
Fix tabs -> spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
slime73 committed Oct 1, 2016
1 parent f0539aa commit 8500de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/video/windows/SDL_windowswindow.c
Expand Up @@ -478,8 +478,8 @@ WIN_HideWindow(_THIS, SDL_Window * window)
void
WIN_RaiseWindow(_THIS, SDL_Window * window)
{
HWND hwnd = ((SDL_WindowData *) window->driverdata)->hwnd;
SetForegroundWindow(hwnd);
HWND hwnd = ((SDL_WindowData *) window->driverdata)->hwnd;
SetForegroundWindow(hwnd);
}

void
Expand Down

0 comments on commit 8500de8

Please sign in to comment.