[vlc-commits] Remove tabs in headers

Jean-Baptiste Kempf git at videolan.org
Sun May 8 13:07:17 CEST 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu May  5 16:10:07 2011 +0200| [03c245ca8987bdc757d008449a24eef1229a91cd] | committer: Jean-Baptiste Kempf

Remove tabs in headers

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

 include/vlc/libvlc_media_player.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/vlc/libvlc_media_player.h b/include/vlc/libvlc_media_player.h
index 8cdbf23..e338c36 100644
--- a/include/vlc/libvlc_media_player.h
+++ b/include/vlc/libvlc_media_player.h
@@ -84,7 +84,7 @@ typedef struct libvlc_rectangle_t
  */
 typedef enum libvlc_video_marquee_option_t {
     libvlc_marquee_Enable = 0,
-    libvlc_marquee_Text,		/** string argument */
+    libvlc_marquee_Text,                  /** string argument */
     libvlc_marquee_Color,
     libvlc_marquee_Opacity,
     libvlc_marquee_Position,
@@ -665,7 +665,7 @@ LIBVLC_API void libvlc_media_player_next_frame( libvlc_media_player_t *p_mi );
  * \version libVLC 1.2.0 or later
  */
 LIBVLC_API void libvlc_media_player_navigate( libvlc_media_player_t* p_mi,
-						  unsigned navigate );
+                                              unsigned navigate );
 
 /**
  * Release (free) libvlc_track_description_t



More information about the vlc-commits mailing list