aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/Pl_TIFFPredictor.hh
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-08-12 20:07:22 +0200
committerJay Berkenbilt <ejb@ql.org>2018-08-12 20:10:32 +0200
commit3873f5fd9bd366c645eb221d0e75c0deaa2de24c (patch)
treefddebc65fed3f2492152e87da60e98f7bec644df /libqpdf/qpdf/Pl_TIFFPredictor.hh
parent932799baab58df23cc1899720fd4637c4360d195 (diff)
downloadqpdf-3873f5fd9bd366c645eb221d0e75c0deaa2de24c.tar.zst
Protect headers with compliant identifiers (fixes #233)
Diffstat (limited to 'libqpdf/qpdf/Pl_TIFFPredictor.hh')
-rw-r--r--libqpdf/qpdf/Pl_TIFFPredictor.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/libqpdf/qpdf/Pl_TIFFPredictor.hh b/libqpdf/qpdf/Pl_TIFFPredictor.hh
index 235068ee..b4391f8e 100644
--- a/libqpdf/qpdf/Pl_TIFFPredictor.hh
+++ b/libqpdf/qpdf/Pl_TIFFPredictor.hh
@@ -1,5 +1,5 @@
-#ifndef __PL_TIFFPREDICTOR_HH__
-#define __PL_TIFFPREDICTOR_HH__
+#ifndef PL_TIFFPREDICTOR_HH
+#define PL_TIFFPREDICTOR_HH
// This pipeline reverses the application of a TIFF predictor as
// described in the TIFF specification.
@@ -36,4 +36,4 @@ class Pl_TIFFPredictor: public Pipeline
size_t pos;
};
-#endif // __PL_TIFFPREDICTOR_HH__
+#endif // PL_TIFFPREDICTOR_HH