]> git.sesse.net Git - vlc/blobdiff - modules/gui/wince/wince.cpp
Removes trailing spaces. Removes tabs.
[vlc] / modules / gui / wince / wince.cpp
index 20ec913227384472675e9be70160b48023e8f420..7a223138574069a09922a03219a063f80b2efc40 100644 (file)
@@ -96,7 +96,7 @@ static int Open( vlc_object_t *p_this )
 
     // Check if the application is running.
     // If it's running then focus its window and bail out.
-    HWND hwndMain = FindWindow( _T("VLC WinCE"), _T("VLC media player") );  
+    HWND hwndMain = FindWindow( _T("VLC WinCE"), _T("VLC media player") );
     if( hwndMain )
     {
         SetForegroundWindow( hwndMain );