aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/SF_ASCII85Decode.hh
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/qpdf/SF_ASCII85Decode.hh')
-rw-r--r--libqpdf/qpdf/SF_ASCII85Decode.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/libqpdf/qpdf/SF_ASCII85Decode.hh b/libqpdf/qpdf/SF_ASCII85Decode.hh
index f383364a..8cf85e66 100644
--- a/libqpdf/qpdf/SF_ASCII85Decode.hh
+++ b/libqpdf/qpdf/SF_ASCII85Decode.hh
@@ -14,8 +14,7 @@ class SF_ASCII85Decode: public QPDFStreamFilter
Pipeline*
getDecodePipeline(Pipeline* next) override
{
- this->pipeline =
- std::make_shared<Pl_ASCII85Decoder>("ascii85 decode", next);
+ this->pipeline = std::make_shared<Pl_ASCII85Decoder>("ascii85 decode", next);
return this->pipeline.get();
}