summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/qtriangulator_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/opengl/qtriangulator_p.h')
-rw-r--r--src/gui/opengl/qtriangulator_p.h10
1 files changed, 5 insertions, 5 deletions
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: