summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Fernandez <jesus.fernandez@qt.io>2017-09-21 15:53:02 +0200
committerJesus Fernandez <Jesus.Fernandez@qt.io>2017-09-21 15:50:14 +0000
commitad251346485ef995f6a4094cf6039f88d08b0cb5 (patch)
tree7341f49707e4ec12481fd493ad03e50f00dbde02
parent4340ee4b467ca5331bb5149a5f4b8eccfd49480b (diff)
Fix indentation
Change-Id: I34a91efac3ff9b60c2b9c805e463c9f8ab81fc8e Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
-rw-r--r--src/plugins/platforms/webgl/qwebglcontext.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/platforms/webgl/qwebglcontext.cpp b/src/plugins/platforms/webgl/qwebglcontext.cpp
index d52eb6e..38eaf0f 100644
--- a/src/plugins/platforms/webgl/qwebglcontext.cpp
+++ b/src/plugins/platforms/webgl/qwebglcontext.cpp
@@ -1144,8 +1144,7 @@ static void glGetFramebufferAttachmentParameteriv(GLenum target, GLenum attachme
*params = value;
}
-static void glGetProgramInfoLog(GLuint program, GLsizei bufSize, GLsizei* length,
- GLchar* infoLog)
+static void glGetProgramInfoLog(GLuint program, GLsizei bufSize, GLsizei* length, GLchar* infoLog)
{
auto event = currentContext()->createEvent(QStringLiteral("getProgramInfoLog"), true);
if (!event)