]> git.sesse.net Git - vlc/blobdiff - modules/gui/wince/subtitles.cpp
Removes trailing spaces. Removes tabs.
[vlc] / modules / gui / wince / subtitles.cpp
index 25b597c15bc918fa140a03f5d7d28dab4b840340..7a38c56b2d8ae31e7064945bfe652151e71a81a0 100644 (file)
@@ -51,12 +51,12 @@ SubsFileDialog::SubsFileDialog( intf_thread_t *p_intf, CBaseWindow *p_parent,
 
 /***********************************************************************
 
-FUNCTION: 
+FUNCTION:
   WndProc
 
-PURPOSE: 
+PURPOSE:
   Processes messages sent to the main window.
-  
 ***********************************************************************/
 LRESULT SubsFileDialog::WndProc( HWND hwnd, UINT msg, WPARAM wp, LPARAM lp )
 {
@@ -260,7 +260,7 @@ LRESULT SubsFileDialog::WndProc( HWND hwnd, UINT msg, WPARAM wp, LPARAM lp )
             {
                 SHFullScreen( GetForegroundWindow(), SHFS_HIDESIPBUTTON );
                 OnFileBrowse();
-            } 
+            }
         }
         break;