Fix trailing whitespaces
authorJani Hautakangas <jani.hautakangas@nokia.com>
Mon, 2 May 2011 09:47:34 +0000 (12:47 +0300)
committerOlivier Goffart <olivier.goffart@nokia.com>
Tue, 10 May 2011 10:54:53 +0000 (12:54 +0200)
Reviewed-by: TRUSTME
(cherry picked from commit d4fd21f746b536eaddbdd7a07f1d717ef18278e7)

src/opengl/qwindowsurface_gl.cpp
src/openvg/qwindowsurface_vg.cpp

index a4f581b..8494283 100644 (file)
@@ -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;
     }
index 31ccc1c..dcc5d6a 100644 (file)
@@ -83,7 +83,7 @@ void QVGWindowSurface::flush(QWidget *widget, const QRegion &region, const QPoin
     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;
     }