[vlc-commits] vlc_input: Remove trailing whitespace

Hugo Beauzée-Luyssen git at videolan.org
Thu Jan 5 11:34:34 CET 2017


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Jan  5 11:13:09 2017 +0100| [6dfb1d84d42c5ebf159f1fd1c4fa6252af5bade1] | committer: Hugo Beauzée-Luyssen

vlc_input: Remove trailing whitespace

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

 include/vlc_input.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/vlc_input.h b/include/vlc_input.h
index fea742e..76ecee5 100644
--- a/include/vlc_input.h
+++ b/include/vlc_input.h
@@ -604,7 +604,7 @@ static inline int input_AddSlave( input_thread_t *p_input, enum slave_type type,
  * Update the viewpoint of the input thread. The viewpoint will be applied to
  * all vouts and aouts.
  *
- * @param p_input an input thread 
+ * @param p_input an input thread
  * @param p_viewpoint the viewpoint value
  * @param b_absolute if true replace the old viewpoint with the new one. If
  * false, increase/decrease it.



More information about the vlc-commits mailing list