Base: cosmetic changes

This commit is contained in:
wmayer
2022-05-12 17:49:55 +02:00
parent 3487594a96
commit bec323b793
3 changed files with 4 additions and 8 deletions

View File

@@ -45,7 +45,10 @@ using namespace zipios;
// ---------------------------------------------------------------------------
Writer::Writer()
: indent(0),forceXML(false),fileVersion(1)
: indent(0)
, indBuf{}
, forceXML(false)
, fileVersion(1)
{
indBuf[0] = '\0';
}