Browse Source

Fixed whitespace

Sam Lantinga 3 years ago
parent
commit
477fcf52e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/video/windows/SDL_windowsevents.c

+ 1 - 1
src/video/windows/SDL_windowsevents.c

@@ -905,7 +905,7 @@ WIN_WindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
                             } else {
                                 SDL_SendMouseMotion(data->window, mouseID, 1, relX, relY);
 
-								if (!data->in_title_click && !data->focus_click_pending) {
+                                if (!data->in_title_click && !data->focus_click_pending) {
                                     WarpWithinBoundsRect(x, y, &boundsRect);
                                 }
                             }