From 45c94fa7501f16e8f9845dab65cc32e491aeb902 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Fri, 21 Mar 2014 20:29:49 +1100 Subject: [PATCH] gl/win32: use the correct include and gst-indent --- gst-libs/gst/gl/win32/gstglcontext_wgl.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gst-libs/gst/gl/win32/gstglcontext_wgl.c b/gst-libs/gst/gl/win32/gstglcontext_wgl.c index c2e7cdf..e237006 100644 --- a/gst-libs/gst/gl/win32/gstglcontext_wgl.c +++ b/gst-libs/gst/gl/win32/gstglcontext_wgl.c @@ -29,7 +29,7 @@ #include #include "gstglcontext_wgl.h" -#include +#include #define gst_gl_context_wgl_parent_class parent_class G_DEFINE_TYPE (GstGLContextWGL, gst_gl_context_wgl, GST_GL_TYPE_CONTEXT); @@ -143,11 +143,11 @@ gst_gl_context_wgl_create_context (GstGLContext * context, (unsigned int) GetLastError ()); goto failure; } - } else if (!wglShareLists (external_gl_context, context_wgl->wgl_context)){ + } else if (!wglShareLists (external_gl_context, context_wgl->wgl_context)) { g_set_error (error, GST_GL_CONTEXT_ERROR, - GST_GL_CONTEXT_ERROR_CREATE_CONTEXT, - "failed to share contexts through wglShareLists 0x%x", - (unsigned int) GetLastError ()); + GST_GL_CONTEXT_ERROR_CREATE_CONTEXT, + "failed to share contexts through wglShareLists 0x%x", + (unsigned int) GetLastError ()); goto failure; } } -- 2.7.4