]> git.sesse.net Git - vlc/blobdiff - modules/gui/wxwidgets/menus.cpp
Removes trailing spaces. Removes tabs.
[vlc] / modules / gui / wxwidgets / menus.cpp
index f7d718516eed1060100b757eb549cd6a90c56697..5c36511f2c084a7d3a126e6eb6340042052e48fc 100644 (file)
@@ -648,7 +648,7 @@ static bool IsMenuEmpty( const char *psz_var, vlc_object_t *p_object,
 
     if( (i_type & VLC_VAR_TYPE) != VLC_VAR_VARIABLE )
     {
-        /* Very evil hack ! intf-switch can have only one value */ 
+        /* Very evil hack ! intf-switch can have only one value */
         if( !strcmp( psz_var, "intf-switch" ) ) return FALSE;
         if( val.i_int == 1 && b_root ) return TRUE;
         else return FALSE;