[vlc-devel] commit: Remove trailing spaces. (Antoine Cellerier )
git version control
git at videolan.org
Tue Sep 2 01:07:53 CEST 2008
vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Tue Sep 2 00:12:41 2008 +0200| [d1e51508acfd1a1d708213c57dace3cf5529573d] | committer: Antoine Cellerier
Remove trailing spaces.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d1e51508acfd1a1d708213c57dace3cf5529573d
---
src/libvlc.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/libvlc.c b/src/libvlc.c
index 55d95fa..7c8f0cd 100644
--- a/src/libvlc.c
+++ b/src/libvlc.c
@@ -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:" ),
More information about the vlc-devel
mailing list