From fecfa0a01460a6c37b77f7d23849a53d83045baf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Wed, 1 Jul 2020 13:33:49 +0200 Subject: Fix define indentation in qopengl.h Change-Id: I7894fcadf1a0abecbd8206abae1b035c823d52c4 Reviewed-by: Volker Hilsheimer --- src/gui/opengl/qopengl.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/gui/opengl') diff --git a/src/gui/opengl/qopengl.h b/src/gui/opengl/qopengl.h index 995206f248..5c0885f4ec 100644 --- a/src/gui/opengl/qopengl.h +++ b/src/gui/opengl/qopengl.h @@ -109,12 +109,12 @@ typedef void* GLeglImageOES; # include # else # include -#endif +# endif # ifdef QGL_TEMP_GLEXT_PROTO # undef GL_GLEXT_PROTOTYPES # undef QGL_TEMP_GLEXT_PROTO -# endif +# endif /* Some GLES2 implementations (like the one on Harmattan) are missing the @@ -125,9 +125,9 @@ typedef void* GLeglImageOES; typedef char GLchar; # include -# endif // Q_OS_MAC +# endif #else // non-ES2 platforms -# if defined(Q_OS_MAC) +# if defined(Q_OS_MACOS) # include # define GL_DO_NOT_WARN_IF_MULTI_GL_VERSION_HEADERS_INCLUDED # include @@ -144,7 +144,7 @@ typedef char GLchar; # include # endif # include -# endif // Q_OS_MAC +# endif #endif // !QT_CONFIG(opengles2) // Desktops can support OpenGL 4. -- cgit v1.2.3