2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-03-29 12:52:24 +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"); QTC::TC("qpdf", "QPDFWriter not compressing metadata");
filter = true; filter = true;
compress = false; compress = false;
uncompress = true; uncompress = true;
} }
else if (this->m->normalize_content && else if (this->m->normalize_content &&
this->m->normalized_streams.count(old_og)) this->m->normalized_streams.count(old_og))