vlc | branch: master | Thomas Guillem <[email protected]> | Mon Jun 5 16:41:34 2017 +0200| [3c3da93c4100d4976f2cb953a336d6ef7234f0c2] | committer: Thomas Guillem
lib/video: fix indent > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3c3da93c4100d4976f2cb953a336d6ef7234f0c2 --- lib/video.c | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/lib/video.c b/lib/video.c index 58ef102fae..321bff1922 100644 --- a/lib/video.c +++ b/lib/video.c @@ -766,15 +766,13 @@ static void vout_EnableFilter( vlc_object_t *p_parent, const char *psz_name, /* Remove trailing : : */ if( *(psz_string+strlen(psz_string ) -1 ) == ':' ) - { *(psz_string+strlen(psz_string ) -1 ) = '\0'; - } - } - else - { - free( psz_string ); - return; - } + } + else + { + free( psz_string ); + return; + } } var_SetString( p_parent, psz_filter_type, psz_string ); _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
