[vlc-commits] libvlc: Remove trailing whitespaces
Hugo Beauzée-Luyssen
git at videolan.org
Thu Oct 12 16:56:29 CEST 2017
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Oct 12 15:57:09 2017 +0200| [9d12a118a7e713f132b30f3ef6ed5f2f36166386] | committer: Hugo Beauzée-Luyssen
libvlc: Remove trailing whitespaces
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9d12a118a7e713f132b30f3ef6ed5f2f36166386
---
include/vlc/libvlc.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/vlc/libvlc.h b/include/vlc/libvlc.h
index 6b24678103..b12d900469 100644
--- a/include/vlc/libvlc.h
+++ b/include/vlc/libvlc.h
@@ -542,7 +542,7 @@ libvlc_module_description_t *libvlc_audio_filter_list_get( libvlc_instance_t *p_
LIBVLC_API
libvlc_module_description_t *libvlc_video_filter_list_get( libvlc_instance_t *p_instance );
-/** @} */
+/** @} */
/** \defgroup libvlc_clock LibVLC time
* These functions provide access to the LibVLC time/clock.
@@ -571,7 +571,7 @@ static inline int64_t libvlc_delay(int64_t pts)
return pts - libvlc_clock();
}
-/** @} */
+/** @} */
# ifdef __cplusplus
}
More information about the vlc-commits
mailing list