[vlc-commits] libvlc: media_player: Remove trailing whitespaces/unbreakable space

Hugo Beauzée-Luyssen git at videolan.org
Fri Jun 2 17:58:34 CEST 2017


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Jun  1 16:31:33 2017 +0200| [e7a9b04ae4d9f617707b228b940cefc5fb160f8c] | committer: Hugo Beauzée-Luyssen

libvlc: media_player: Remove trailing whitespaces/unbreakable space

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

 include/vlc/libvlc_media_player.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/vlc/libvlc_media_player.h b/include/vlc/libvlc_media_player.h
index c6603d4ac5..160cdfbaa8 100644
--- a/include/vlc/libvlc_media_player.h
+++ b/include/vlc/libvlc_media_player.h
@@ -614,8 +614,8 @@ LIBVLC_API int libvlc_media_player_set_evas_object( libvlc_media_player_t *p_mi,
  * or libvlc_audio_set_format_callbacks() as is the channels layout.
  *
  * Note that the number of samples is per channel. For instance, if the audio
- * track sampling rate is 48000 Hz, then 1200 samples represent 25 milliseconds
- * of audio signal - regardless of the number of audio channels. 
+ * track sampling rate is 48000 Hz, then 1200 samples represent 25 milliseconds
+ * of audio signal - regardless of the number of audio channels.
  *
  * \param data data pointer as passed to libvlc_audio_set_callbacks() [IN]
  * \param samples pointer to a table of audio samples to play back [IN]
@@ -811,7 +811,7 @@ LIBVLC_API void libvlc_media_player_set_time( libvlc_media_player_t *p_mi, libvl
 LIBVLC_API float libvlc_media_player_get_position( libvlc_media_player_t *p_mi );
 
 /**
- * Set movie position as percentage between 0.0 and 1.0. 
+ * Set movie position as percentage between 0.0 and 1.0.
  * This has no effect if playback is not enabled.
  * This might not work depending on the underlying input format and protocol.
  *



More information about the vlc-commits mailing list