summaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/RC4.hh
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/qpdf/RC4.hh')
-rw-r--r--libqpdf/qpdf/RC4.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/libqpdf/qpdf/RC4.hh b/libqpdf/qpdf/RC4.hh
index c26f3d0f..efd91069 100644
--- a/libqpdf/qpdf/RC4.hh
+++ b/libqpdf/qpdf/RC4.hh
@@ -1,5 +1,5 @@
-#ifndef __RC4_HH__
-#define __RC4_HH__
+#ifndef RC4_HH
+#define RC4_HH
class RC4
{
@@ -22,4 +22,4 @@ class RC4
RC4Key key;
};
-#endif // __RC4_HH__
+#endif // RC4_HH