Remove literal tabs

Change-Id: I06064f68a0ca23968cec30ccb063dadf2e67571b
Reviewed-on: http://codereview.qt.nokia.com/3645
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
Jason McDonald 2011-08-26 18:32:16 +10:00 committed by Qt by Nokia
parent cf058d4823
commit c3dd4b834a

View File

@ -1273,9 +1273,9 @@ Q_TESTLIB_EXPORT void qtest_qParseArgs(int argc, char *argv[], bool qml)
QString::fromLatin1(argv[i] + colon + 1); QString::fromLatin1(argv[i] + colon + 1);
} }
} else { } else {
if (!QTest::testFuncs) { if (!QTest::testFuncs) {
QTest::testFuncs = new QTest::TestFunction[512]; QTest::testFuncs = new QTest::TestFunction[512];
} }
int colon = -1; int colon = -1;
char buf[512], *data=0; char buf[512], *data=0;
@ -1299,8 +1299,8 @@ Q_TESTLIB_EXPORT void qtest_qParseArgs(int argc, char *argv[], bool qml)
exit(1); exit(1);
} }
testFuncs[testFuncCount].set(idx, data); testFuncs[testFuncCount].set(idx, data);
testFuncCount++; testFuncCount++;
QTEST_ASSERT(QTest::testFuncCount < 512); QTEST_ASSERT(QTest::testFuncCount < 512);
} }
} }