[vlc-commits] opengl: fix indentation

Romain Vimont git at videolan.org
Thu Feb 13 23:12:48 CET 2020


vlc | branch: master | Romain Vimont <rom1v at videolabs.io> | Wed Jan 22 18:58:29 2020 +0100| [0f54633131f6ef11a2919474293b3f48373f02ce] | committer: Jean-Baptiste Kempf

opengl: fix indentation

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 modules/video_output/opengl/interop.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/video_output/opengl/interop.h b/modules/video_output/opengl/interop.h
index 322e7242ee..530138e5c8 100644
--- a/modules/video_output/opengl/interop.h
+++ b/modules/video_output/opengl/interop.h
@@ -158,7 +158,7 @@ struct vlc_gl_interop {
 
 static inline int
 opengl_interop_init(struct vlc_gl_interop *interop, GLenum tex_target,
-                     vlc_fourcc_t chroma, video_color_space_t yuv_space)
+                    vlc_fourcc_t chroma, video_color_space_t yuv_space)
 {
     return interop->init(interop, tex_target, chroma, yuv_space);
 }



More information about the vlc-commits mailing list