Commit d1e51508 authored by Antoine Cellerier's avatar Antoine Cellerier

Remove trailing spaces.

parent 0ef30fab
...@@ -1660,7 +1660,7 @@ static void Usage( libvlc_int_t *p_this, char const *psz_module_name ) ...@@ -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 ) 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, p_item->psz_name, psz_prefix, p_item->psz_name,
psz_bra, psz_type, psz_ket, psz_spaces ); 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 ) ...@@ -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 ) if( b_color )
utf8_fprintf( stdout, "\n" WHITE "%s" GRAY " %s\n", _( "Note:" ), utf8_fprintf( stdout, "\n" WHITE "%s" GRAY " %s\n", _( "Note:" ),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment