[vlc-devel] commit: Remove trailing spaces. (Antoine Cellerier )

git version control git at videolan.org
Sun Sep 14 01:32:01 CEST 2008


vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Sun Sep 14 01:35:16 2008 +0200| [aba1b7b4e7b7bae3cddd264f890369e71cd4baf7] | committer: Antoine Cellerier 

Remove trailing spaces.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=aba1b7b4e7b7bae3cddd264f890369e71cd4baf7
---

 modules/demux/playlist/xspf.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/demux/playlist/xspf.c b/modules/demux/playlist/xspf.c
index 9912915..a6b1cbe 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;
 }
 




More information about the vlc-devel mailing list