]> git.sesse.net Git - vlc/blobdiff - src/control/libvlc_internal.h
Removes trailing spaces. Removes tabs.
[vlc] / src / control / libvlc_internal.h
index bbee575a4e43ccda6e9329636c320ed9a1f9d3b6..56c519e2732adde4967417068991f5de28c6a1e4 100644 (file)
@@ -107,7 +107,7 @@ struct libvlc_media_list_t
     libvlc_media_descriptor_t * p_md; /* The media_descriptor from which the
                                        * mlist comes, if any. */
     DECL_ARRAY(void *)          items;
-    
     /* Other way to see that media list */
     /* Used in flat_media_list.c */
     libvlc_media_list_t *       p_flat_mlist;
@@ -165,7 +165,7 @@ struct libvlc_media_discoverer_t
     libvlc_media_list_t *    p_mlist;
 };
 
-/* 
+/*
  * Event Handling
  */
 /* Example usage