Skip to content

Commit e7f4019

Browse files
committed
cosmetic (replace space indents with tabs0
1 parent 1cc5cd9 commit e7f4019

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Zip/testsuite/src/CompressTest.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ void CompressTest::testManipulatorReplace()
142142

143143

144144
void CompressTest::testSetZipComment()
145-
{
145+
{
146146
std::string comment("Testing...123...");
147147
std::ofstream out("comment.zip", std::ios::binary);
148148
Poco::Path theFile(ZipTest::getTestFile("test.zip"));
@@ -173,7 +173,7 @@ CppUnit::Test* CompressTest::suite()
173173
CppUnit_addTest(pSuite, CompressTest, testManipulator);
174174
CppUnit_addTest(pSuite, CompressTest, testManipulatorDel);
175175
CppUnit_addTest(pSuite, CompressTest, testManipulatorReplace);
176-
CppUnit_addTest(pSuite, CompressTest, testSetZipComment);
176+
CppUnit_addTest(pSuite, CompressTest, testSetZipComment);
177177

178178
return pSuite;
179179
}

0 commit comments

Comments
 (0)