aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/Pl_TIFFPredictor.hh
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-04-02 23:14:10 +0200
committerJay Berkenbilt <ejb@ql.org>2022-04-04 14:10:40 +0200
commit12f1eb15ca3fed6310402847559a7c99d3c77847 (patch)
tree8935675b623c6f3b4914b8b44f7fa5f2816a9241 /libqpdf/qpdf/Pl_TIFFPredictor.hh
parentf20fa61eb4c323eb1642c69c236b3d9a1f8b2cdb (diff)
downloadqpdf-12f1eb15ca3fed6310402847559a7c99d3c77847.tar.zst
Programmatically apply new formatting to code
Run this: for i in **/*.cc **/*.c **/*.h **/*.hh; do clang-format < $i >| $i.new && mv $i.new $i done
Diffstat (limited to 'libqpdf/qpdf/Pl_TIFFPredictor.hh')
-rw-r--r--libqpdf/qpdf/Pl_TIFFPredictor.hh11
1 files changed, 7 insertions, 4 deletions
diff --git a/libqpdf/qpdf/Pl_TIFFPredictor.hh b/libqpdf/qpdf/Pl_TIFFPredictor.hh
index 484f4df4..90c9ac05 100644
--- a/libqpdf/qpdf/Pl_TIFFPredictor.hh
+++ b/libqpdf/qpdf/Pl_TIFFPredictor.hh
@@ -12,10 +12,13 @@ class Pl_TIFFPredictor: public Pipeline
enum action_e { a_encode, a_decode };
QPDF_DLL
- Pl_TIFFPredictor(char const* identifier, Pipeline* next,
- action_e action, unsigned int columns,
- unsigned int samples_per_pixel = 1,
- unsigned int bits_per_sample = 8);
+ Pl_TIFFPredictor(
+ char const* identifier,
+ Pipeline* next,
+ action_e action,
+ unsigned int columns,
+ unsigned int samples_per_pixel = 1,
+ unsigned int bits_per_sample = 8);
QPDF_DLL
virtual ~Pl_TIFFPredictor();