summaryrefslogtreecommitdiffstats
path: root/tests/auto/unit/qpaintervideosurface/tst_qpaintervideosurface.cpp
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2014-01-17 19:27:51 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-30 14:32:10 +0100
commit5980bc41cf55073e63236467466a59577d406937 (patch)
tree9be7ed8c7adc8ec4fbe8b860feebd7961ac453d0 /tests/auto/unit/qpaintervideosurface/tst_qpaintervideosurface.cpp
parentb690a4d90282d2cae5d7a10739d726594d036dde (diff)
whitespace fixes
remove trailing spaces & expand tabs. Change-Id: I05ef110abed90f13b47752760ffb4567a11a6a5e Reviewed-by: Yoann Lopes <yoann.lopes@digia.com> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@digia.com>
Diffstat (limited to 'tests/auto/unit/qpaintervideosurface/tst_qpaintervideosurface.cpp')
-rw-r--r--tests/auto/unit/qpaintervideosurface/tst_qpaintervideosurface.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/unit/qpaintervideosurface/tst_qpaintervideosurface.cpp b/tests/auto/unit/qpaintervideosurface/tst_qpaintervideosurface.cpp
index 2f6152712..183714567 100644
--- a/tests/auto/unit/qpaintervideosurface/tst_qpaintervideosurface.cpp
+++ b/tests/auto/unit/qpaintervideosurface/tst_qpaintervideosurface.cpp
@@ -102,7 +102,7 @@ public:
{
glGenTextures(1, &m_textureId);
}
-
+
~QtTestGLVideoBuffer()
{
glDeleteTextures(1, &m_textureId);
@@ -114,7 +114,7 @@ public:
uchar *map(MapMode, int *, int *) { return 0; }
void unmap() {}
- MapMode mapMode() const { return NotMapped; }
+ MapMode mapMode() const { return NotMapped; }
private:
GLuint m_textureId;
@@ -131,7 +131,7 @@ public:
uchar *map(MapMode, int *, int *) { return 0; }
void unmap() {}
- MapMode mapMode() const { return NotMapped; }
+ MapMode mapMode() const { return NotMapped; }
};
void tst_QPainterVideoSurface::colors()