]> git.sesse.net Git - vlc/commitdiff
libvlc_media_player.h: Remove trailing whitespaces.
authorPierre d'Herbemont <pdherbemont@free.fr>
Fri, 29 Jan 2010 00:17:19 +0000 (01:17 +0100)
committerPierre d'Herbemont <pdherbemont@free.fr>
Fri, 29 Jan 2010 10:49:24 +0000 (11:49 +0100)
include/vlc/libvlc_media_player.h

index e72b59145bcf33150f5a8303f35c1479895fc83e..2897f07cc957a7e3280cb2451e75c0b31fb6bde8 100644 (file)
@@ -56,7 +56,7 @@ typedef struct libvlc_track_description_t
     int   i_id;
     char *psz_name;
     struct libvlc_track_description_t *p_next;
-    
+
 } libvlc_track_description_t;
 
 /**
@@ -68,7 +68,7 @@ typedef struct libvlc_audio_output_t
     char *psz_name;
     char *psz_description;
     struct libvlc_audio_output_t *p_next;
-    
+
 } libvlc_audio_output_t;
 
 /**
@@ -204,14 +204,14 @@ VLC_PUBLIC_API void libvlc_media_player_stop ( libvlc_media_player_t * );
  *
  * The object minimal_macosx expects is of kind NSObject and should
  * respect the protocol:
- * 
+ *
  * @protocol VLCOpenGLVideoViewEmbedding <NSObject>
  * - (void)addVoutSubview:(NSView *)view;
  * - (void)removeVoutSubview:(NSView *)view;
  * @end
  *
  * You can find a live example in VLCVideoView in VLCKit.framework.
- * 
+ *
  * \param p_mi the Media Player
  * \param drawable the NSView handler
  */
@@ -224,7 +224,7 @@ VLC_PUBLIC_API void libvlc_media_player_set_nsobject ( libvlc_media_player_t *p_
  * \return the NSView handler or 0 if none where set
  */
 VLC_PUBLIC_API void * libvlc_media_player_get_nsobject ( libvlc_media_player_t *p_mi );
-       
+
 /**
  * Set the agl handler where the media player should render its video output.
  *