Browse Source

Fixed whitespace.

Ryan C. Gordon 11 years ago
parent
commit
f0e0f4ca15
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/video/SDL_sysvideo.h

+ 2 - 2
src/video/SDL_sysvideo.h

@@ -215,8 +215,8 @@ struct SDL_VideoDevice
     SDL_ShapeDriver shape_driver;
     SDL_ShapeDriver shape_driver;
 
 
     /* Get some platform dependent window information */
     /* Get some platform dependent window information */
-      SDL_bool(*GetWindowWMInfo) (_THIS, SDL_Window * window,
-                                  struct SDL_SysWMinfo * info);
+    SDL_bool(*GetWindowWMInfo) (_THIS, SDL_Window * window,
+                                struct SDL_SysWMinfo * info);
 
 
     /* * * */
     /* * * */
     /*
     /*