summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/html5/qhtml5openglcontext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/html5/qhtml5openglcontext.cpp')
-rw-r--r--src/plugins/platforms/html5/qhtml5openglcontext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platforms/html5/qhtml5openglcontext.cpp b/src/plugins/platforms/html5/qhtml5openglcontext.cpp
index 46185e22a7b..16fe73f935e 100644
--- a/src/plugins/platforms/html5/qhtml5openglcontext.cpp
+++ b/src/plugins/platforms/html5/qhtml5openglcontext.cpp
@@ -34,7 +34,7 @@
QT_BEGIN_NAMESPACE
QHtml5OpenGLContext::QHtml5OpenGLContext(const QSurfaceFormat &format)
- :m_requestedFormat(format)
+ : m_requestedFormat(format)
{
m_requestedFormat.setRenderableType(QSurfaceFormat::OpenGLES);
}