Adjust some indentation and spacing in tst_QLocale

This is preparation (the WS-only parts) for splitting up some
over-long lines, in the course of which I also fix some indentation.

Change-Id: I800490e328b5e16d40685dff04c09cd145d5eacf
Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>
This commit is contained in:
Edward Welbourne 2018-07-10 14:14:18 +02:00
parent 042d41e23e
commit cbd6a864e4

View File

@ -1298,7 +1298,6 @@ void tst_QLocale::formatDate()
QCOMPARE(l.toString(date, QStringView(format)), result); QCOMPARE(l.toString(date, QStringView(format)), result);
} }
void tst_QLocale::formatTime_data() void tst_QLocale::formatTime_data()
{ {
QTest::addColumn<QTime>("time"); QTest::addColumn<QTime>("time");