From 35ba666ccbb3527f15901d9d0c3caf74d0bc6d84 Mon Sep 17 00:00:00 2001 From: Mathias Hasselmann Date: Fri, 25 Sep 2015 11:10:29 +0200 Subject: Fix indenting for QVertexIndexVector::operator=() Change-Id: I8a76510a93866d7e8931174082e2eee5d051cfac Reviewed-by: Gunnar Sletta --- src/gui/opengl/qtriangulator_p.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/gui/opengl') diff --git a/src/gui/opengl/qtriangulator_p.h b/src/gui/opengl/qtriangulator_p.h index 0ab3f7496c..aae656790e 100644 --- a/src/gui/opengl/qtriangulator_p.h +++ b/src/gui/opengl/qtriangulator_p.h @@ -88,12 +88,12 @@ public: inline QVertexIndexVector &operator = (const QVertexIndexVector &other) { - if (t == UnsignedInt) - indices32 = other.indices32; - else - indices16 = other.indices16; + if (t == UnsignedInt) + indices32 = other.indices32; + else + indices16 = other.indices16; - return *this; + return *this; } private: -- cgit v1.2.3