Commit 34a9b835b0b7d96af50978e64ec24b749dab5233

Authored by Jay Berkenbilt
1 parent 559eefa9

Fix indentation

Showing 1 changed file with 1 additions and 1 deletions
libqpdf/QPDFWriter.cc
... ... @@ -1593,7 +1593,7 @@ QPDFWriter::unparseObject(QPDFObjectHandle object, int level,
1593 1593 QTC::TC("qpdf", "QPDFWriter not compressing metadata");
1594 1594 filter = true;
1595 1595 compress = false;
1596   - uncompress = true;
  1596 + uncompress = true;
1597 1597 }
1598 1598 else if (this->m->normalize_content &&
1599 1599 this->m->normalized_streams.count(old_og))
... ...