]> git.sesse.net Git - vlc/commitdiff
Remove trailing spaces.
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 13 Sep 2008 23:35:16 +0000 (01:35 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Sat, 13 Sep 2008 23:35:31 +0000 (01:35 +0200)
modules/demux/playlist/xspf.c

index 991291522db032594a5c4b9e7eba2fc915147bd3..a6b1cbeed1170a041ded4fdda7cb1480fe085616 100644 (file)
@@ -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;
 }