summaryrefslogtreecommitdiff
path: root/src/options/options_holder_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/options_holder_template.h')
-rw-r--r--src/options/options_holder_template.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/options/options_holder_template.h b/src/options/options_holder_template.h
index 877fc6cdb..4cd77a441 100644
--- a/src/options/options_holder_template.h
+++ b/src/options/options_holder_template.h
@@ -16,8 +16,8 @@
#include "cvc4_private.h"
-#ifndef __CVC4__OPTIONS__OPTIONS_HOLDER_H
-#define __CVC4__OPTIONS__OPTIONS_HOLDER_H
+#ifndef CVC4__OPTIONS__OPTIONS_HOLDER_H
+#define CVC4__OPTIONS__OPTIONS_HOLDER_H
${headers_module}$
@@ -35,4 +35,4 @@ struct OptionsHolder {
} // namespace options
} // namespace CVC4
-#endif /* __CVC4__OPTIONS__OPTIONS_HOLDER_H */
+#endif /* CVC4__OPTIONS__OPTIONS_HOLDER_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback