2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-12-22 19:08:59 +00:00

Fix indentation

This commit is contained in:
Jay Berkenbilt 2018-02-03 22:35:01 -05:00
parent 559eefa9d0
commit 34a9b835b0

View File

@ -1593,7 +1593,7 @@ QPDFWriter::unparseObject(QPDFObjectHandle object, int level,
QTC::TC("qpdf", "QPDFWriter not compressing metadata");
filter = true;
compress = false;
uncompress = true;
uncompress = true;
}
else if (this->m->normalize_content &&
this->m->normalized_streams.count(old_og))