[vlc-devel] commit: libvlc_media_player.h: Remove trailing whitespaces. (Pierre d' Herbemont )
git version control
git at videolan.org
Fri Jan 29 11:49:34 CET 2010
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Fri Jan 29 01:17:19 2010 +0100| [2114b4ec0bc95a135963c34cd8c6188e786691ae] | committer: Pierre d'Herbemont
libvlc_media_player.h: Remove trailing whitespaces.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2114b4ec0bc95a135963c34cd8c6188e786691ae
---
include/vlc/libvlc_media_player.h | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/include/vlc/libvlc_media_player.h b/include/vlc/libvlc_media_player.h
index e72b591..2897f07 100644
--- a/include/vlc/libvlc_media_player.h
+++ b/include/vlc/libvlc_media_player.h
@@ -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.
*
More information about the vlc-devel
mailing list