Skip to content

Commit

Permalink
fix indents
Browse files Browse the repository at this point in the history
  • Loading branch information
cen1 committed Oct 5, 2024
1 parent aab2f0b commit 9ed79a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qztest/testjlcompress.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@ void TestJlCompress::compressFileOptions()
QFETCH(QString, sha256sum_win);
QDir curDir;
if (curDir.exists(zipName)) {
if (!curDir.remove(zipName))
QFAIL("Can't remove zip file");
if (!curDir.remove(zipName))
QFAIL("Can't remove zip file");
}
if (!createTestFiles(QStringList() << fileName)) {
QFAIL("Can't create test file");
QFAIL("Can't create test file");
}

const JlCompress::Options options(dateTime, strategy);
Expand Down

0 comments on commit 9ed79a1

Please sign in to comment.