[vlc-commits] lib: media: remove trailing characters

Alexandre Janniaux git at videolan.org
Tue Jul 14 20:16:53 CEST 2020


vlc | branch: master | Alexandre Janniaux <ajanni at videolabs.io> | Thu Jul  9 17:35:08 2020 +0200| [d6215c46dd230cce7cc4760115ddffa32fc930f1] | committer: Alexandre Janniaux

lib: media: remove trailing characters

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

 lib/media.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/media.c b/lib/media.c
index e25d439a8a..55f3024622 100644
--- a/lib/media.c
+++ b/lib/media.c
@@ -377,7 +377,7 @@ static void uninstall_input_item_observer( libvlc_media_t *p_md )
 /**
  * \internal
  * Create a new media descriptor object from an input_item (Private)
- * 
+ *
  * That's the generic constructor
  */
 libvlc_media_t * libvlc_media_new_from_input_item(



More information about the vlc-commits mailing list