aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pdf-custom-filter.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-05-20 20:13:09 +0200
committerJay Berkenbilt <ejb@ql.org>2023-05-20 20:52:19 +0200
commitd740c6ccced02147f84a39d5e5f0984d12bac6cb (patch)
tree143a1ad44c281e69cc3c07d96ae694edfe098c8f /examples/pdf-custom-filter.cc
parent5f02c7c9e779a761b8324427c39e85429e25ba29 (diff)
downloadqpdf-d740c6ccced02147f84a39d5e5f0984d12bac6cb.tar.zst
Rerun format_code (after merging clang-tidy PR)
Diffstat (limited to 'examples/pdf-custom-filter.cc')
-rw-r--r--examples/pdf-custom-filter.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/pdf-custom-filter.cc b/examples/pdf-custom-filter.cc
index d99c6ab2..c2d4a441 100644
--- a/examples/pdf-custom-filter.cc
+++ b/examples/pdf-custom-filter.cc
@@ -200,8 +200,7 @@ class StreamReplacer: public QPDFObjectHandle::StreamDataProvider
public:
StreamReplacer(QPDF* pdf);
~StreamReplacer() override = default;
- void
- provideStreamData(QPDFObjGen const& og, Pipeline* pipeline) override;
+ void provideStreamData(QPDFObjGen const& og, Pipeline* pipeline) override;
void registerStream(
QPDFObjectHandle stream,