]> git.sesse.net Git - vlc/commitdiff
Remove trailing spaces.
authorAntoine Cellerier <dionoea@videolan.org>
Mon, 1 Sep 2008 22:12:41 +0000 (00:12 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Mon, 1 Sep 2008 23:11:08 +0000 (01:11 +0200)
src/libvlc.c

index 55d95fa6f557fdfb17a2695dd4b01bfecac0ba2a..7c8f0cd457771f0f59f36866c462211ef9f3d187 100644 (file)
@@ -1660,7 +1660,7 @@ static void Usage( libvlc_int_t *p_this, char const *psz_module_name )
 
             if( p_item->i_type == CONFIG_ITEM_BOOL && !b_help_module )
             {
-                utf8_fprintf( stdout, psz_format_bool, psz_short, 
+                utf8_fprintf( stdout, psz_format_bool, psz_short,
                               p_item->psz_name, psz_prefix, p_item->psz_name,
                               psz_bra, psz_type, psz_ket, psz_spaces );
             }
@@ -1774,7 +1774,7 @@ static void Usage( libvlc_int_t *p_this, char const *psz_module_name )
         }
     }
 
-    if( b_has_advanced ) 
+    if( b_has_advanced )
     {
         if( b_color )
             utf8_fprintf( stdout, "\n" WHITE "%s" GRAY " %s\n", _( "Note:" ),