summaryrefslogtreecommitdiffstats
path: root/src/opengl
diff options
context:
space:
mode:
authorJani Hautakangas <jani.hautakangas@nokia.com>2011-05-02 12:47:34 +0300
committerOlivier Goffart <olivier.goffart@nokia.com>2011-05-10 12:54:53 +0200
commitc0da3003df9e0a70121e10dc6fa9ae54cf13ecfe (patch)
tree7e98207e8249f4292388a1f82cb79adb173e641d /src/opengl
parent806873f9af8b8ab4d70ec8779bc780315e8aca1d (diff)
Fix trailing whitespaces
Reviewed-by: TRUSTME (cherry picked from commit d4fd21f746b536eaddbdd7a07f1d717ef18278e7)
Diffstat (limited to 'src/opengl')
-rw-r--r--src/opengl/qwindowsurface_gl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/qwindowsurface_gl.cpp b/src/opengl/qwindowsurface_gl.cpp
index a4f581b0c0..8494283feb 100644
--- a/src/opengl/qwindowsurface_gl.cpp
+++ b/src/opengl/qwindowsurface_gl.cpp
@@ -614,7 +614,7 @@ void QGLWindowSurface::flush(QWidget *widget, const QRegion &rgn, const QPoint &
if (window() != widget) {
// For performance reasons we don't support
// flushing native child widgets on Symbian.
- // It breaks overlapping native child widget
+ // It breaks overlapping native child widget
// rendering in some cases but we prefer performance.
return;
}