]> git.sesse.net Git - vlc/blobdiff - modules/video_output/msw/glwin32.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / video_output / msw / glwin32.c
index 88ba76c84b67544f448870b92951ea8cf35f7a32..0c1e64bc1f8ea0920d837877093ad22040e40b8e 100644 (file)
@@ -412,10 +412,10 @@ static void FirstSwap( vout_thread_t *p_vout )
     GLSwapBuffers( p_vout );
 
     /*
-    ** Video window is initially hidden, show it now since we got a 
+    ** Video window is initially hidden, show it now since we got a
     ** picture to show.
     */
-    SetWindowPos( p_vout->p_sys->hvideownd, NULL, 0, 0, 0, 0, 
+    SetWindowPos( p_vout->p_sys->hvideownd, NULL, 0, 0, 0, 0,
         SWP_ASYNCWINDOWPOS|
         SWP_FRAMECHANGED|
         SWP_SHOWWINDOW|