]> git.sesse.net Git - vlc/blobdiff - modules/gui/wince/video.cpp
Removes trailing spaces. Removes tabs.
[vlc] / modules / gui / wince / video.cpp
index c918ab96ac459bb25639581a77bbb8a86922243f..5c87ae3f6402a39c597cf904257011b1a4b710dd 100644 (file)
@@ -59,7 +59,7 @@ public:
                      unsigned int * );
     void ReleaseWindow( void * );
     int  ControlWindow( void *, int, va_list );
-        
     HWND p_child_window; // public because of menu
 
 private:
@@ -188,7 +188,7 @@ void VideoWindow::ReleaseWindow( void *p_window )
 FUNCTION:
   WndProc
 
-PURPOSE: 
+PURPOSE:
   Processes messages sent to the main window.
 
 ***********************************************************************/