From: Antoine Cellerier Date: Sat, 13 Sep 2008 23:35:16 +0000 (+0200) Subject: Remove trailing spaces. X-Git-Tag: 1.0.0-pre1~3276 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=aba1b7b4e7b7bae3cddd264f890369e71cd4baf7;p=vlc Remove trailing spaces. --- diff --git a/modules/demux/playlist/xspf.c b/modules/demux/playlist/xspf.c index 991291522d..a6b1cbeed1 100644 --- a/modules/demux/playlist/xspf.c +++ b/modules/demux/playlist/xspf.c @@ -671,9 +671,9 @@ static bool set_option SIMPLE_INTERFACE /* re-convert xml special characters inside psz_value */ resolve_xml_special_chars( psz_value ); - + input_item_AddOpt( p_input, psz_value, 0 ); - + return true; }