summaryrefslogtreecommitdiffstats
path: root/src/opengl/qglframebufferobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/opengl/qglframebufferobject.cpp')
-rw-r--r--src/opengl/qglframebufferobject.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/opengl/qglframebufferobject.cpp b/src/opengl/qglframebufferobject.cpp
index fa3f653aee..ae50366fc7 100644
--- a/src/opengl/qglframebufferobject.cpp
+++ b/src/opengl/qglframebufferobject.cpp
@@ -979,7 +979,7 @@ bool QGLFramebufferObject::isValid() const
bool QGLFramebufferObject::bind()
{
if (!isValid())
- return false;
+ return false;
Q_D(QGLFramebufferObject);
QGL_FUNC_CONTEXT;
if (!ctx)
@@ -1011,7 +1011,7 @@ bool QGLFramebufferObject::bind()
bool QGLFramebufferObject::release()
{
if (!isValid())
- return false;
+ return false;
Q_D(QGLFramebufferObject);
QGL_FUNC_CONTEXT;
if (!ctx)