Skip to content

Commit 9ed79a1

Browse files
committed
fix indents
1 parent aab2f0b commit 9ed79a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

qztest/testjlcompress.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,11 @@ void TestJlCompress::compressFileOptions()
139139
QFETCH(QString, sha256sum_win);
140140
QDir curDir;
141141
if (curDir.exists(zipName)) {
142-
if (!curDir.remove(zipName))
143-
QFAIL("Can't remove zip file");
142+
if (!curDir.remove(zipName))
143+
QFAIL("Can't remove zip file");
144144
}
145145
if (!createTestFiles(QStringList() << fileName)) {
146-
QFAIL("Can't create test file");
146+
QFAIL("Can't create test file");
147147
}
148148

149149
const JlCompress::Options options(dateTime, strategy);

0 commit comments

Comments
 (0)