From 2114b4ec0bc95a135963c34cd8c6188e786691ae Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Fri, 29 Jan 2010 01:17:19 +0100 Subject: [PATCH] libvlc_media_player.h: Remove trailing whitespaces. --- include/vlc/libvlc_media_player.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/vlc/libvlc_media_player.h b/include/vlc/libvlc_media_player.h index e72b59145b..2897f07cc9 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 * - (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. * -- 2.39.2