mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
minor style fix
This commit is contained in:
parent
2da5c6209e
commit
d292d65ca8
@ -160,6 +160,7 @@ void ZipUtil::sync(std::istream& in)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void ZipUtil::syncDataDescriptor(std::istream & in, bool force64)
|
void ZipUtil::syncDataDescriptor(std::istream & in, bool force64)
|
||||||
{
|
{
|
||||||
std::streampos start = in.tellg();
|
std::streampos start = in.tellg();
|
||||||
|
@ -65,6 +65,7 @@ void ZipTest::testSkipSingleFile()
|
|||||||
const std::string& POCO_UNUSED fileName = hdr.getFileName();
|
const std::string& POCO_UNUSED fileName = hdr.getFileName();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void ZipTest::testCrcAndSizeAfterDataEncapsulated()
|
void ZipTest::testCrcAndSizeAfterDataEncapsulated()
|
||||||
{
|
{
|
||||||
// touch empty.txt
|
// touch empty.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user