aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-02-04 04:35:01 +0100
committerJay Berkenbilt <ejb@ql.org>2018-02-04 20:19:00 +0100
commit34a9b835b0b7d96af50978e64ec24b749dab5233 (patch)
tree38f1dc9dabc256b1a2074296806aa13dc58c883a /libqpdf
parent559eefa9d0c92d7c8b63b3ed2a2b4c14695e422d (diff)
downloadqpdf-34a9b835b0b7d96af50978e64ec24b749dab5233.tar.zst
Fix indentation
Diffstat (limited to 'libqpdf')
-rw-r--r--libqpdf/QPDFWriter.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/QPDFWriter.cc b/libqpdf/QPDFWriter.cc
index 63d8c07c..d34b095c 100644
--- a/libqpdf/QPDFWriter.cc
+++ b/libqpdf/QPDFWriter.cc
@@ -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))