summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qtextdocument/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/gui/text/qtextdocument/common.h')
-rw-r--r--tests/auto/gui/text/qtextdocument/common.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/auto/gui/text/qtextdocument/common.h b/tests/auto/gui/text/qtextdocument/common.h
index 8fb5fe2499..184b2f7ec7 100644
--- a/tests/auto/gui/text/qtextdocument/common.h
+++ b/tests/auto/gui/text/qtextdocument/common.h
@@ -79,11 +79,11 @@ public:
int l;
void expect(int from, int oldLength, int length) {
- f = from;
- o = oldLength;
- l = length;
- error = false;
- called = false;
+ f = from;
+ o = oldLength;
+ l = length;
+ error = false;
+ called = false;
}
bool error;
bool called;