[vlc-commits] lib/media_list_path: remove trailing whitespace
Filip Roséen
git at videolan.org
Thu Oct 13 11:09:47 CEST 2016
vlc | branch: master | Filip Roséen <filip at atch.se> | Wed Oct 12 20:08:06 2016 +0200| [f81f79669541967c2efe88386fde00d08bb2632b] | committer: Jean-Baptiste Kempf
lib/media_list_path: remove trailing whitespace
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f81f79669541967c2efe88386fde00d08bb2632b
---
lib/media_list_path.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/media_list_path.h b/lib/media_list_path.h
index add4f4c..187de55 100644
--- a/lib/media_list_path.h
+++ b/lib/media_list_path.h
@@ -175,7 +175,7 @@ libvlc_media_list_item_at_path( libvlc_media_list_t * p_mlist, const libvlc_medi
p_current_mlist = libvlc_media_subitems( p_md );
libvlc_media_release( p_md );
-
+
if( !p_current_mlist )
return NULL;
@@ -210,7 +210,7 @@ libvlc_media_list_parentlist_at_path( libvlc_media_list_t * p_mlist, const libvl
p_current_mlist = libvlc_media_subitems( p_md );
libvlc_media_release( p_md );
-
+
if( !p_current_mlist )
return NULL;
@@ -232,10 +232,10 @@ libvlc_media_list_sublist_at_path( libvlc_media_list_t * p_mlist, const libvlc_m
libvlc_media_t * p_md = libvlc_media_list_item_at_path( p_mlist, path );
if( !p_md )
return NULL;
-
+
ret = libvlc_media_subitems( p_md );
libvlc_media_release( p_md );
-
+
return ret;
}
More information about the vlc-commits
mailing list