summaryrefslogtreecommitdiff
path: root/src/parser/smt1/smt1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/smt1/smt1.h')
-rw-r--r--src/parser/smt1/smt1.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/parser/smt1/smt1.h b/src/parser/smt1/smt1.h
index f8a018806..32867e692 100644
--- a/src/parser/smt1/smt1.h
+++ b/src/parser/smt1/smt1.h
@@ -14,8 +14,8 @@
#include "cvc4parser_private.h"
-#ifndef __CVC4__PARSER__SMT1_H
-#define __CVC4__PARSER__SMT1_H
+#ifndef CVC4__PARSER__SMT1_H
+#define CVC4__PARSER__SMT1_H
#include <string>
#include <unordered_map>
@@ -130,4 +130,4 @@ private:
}/* CVC4::parser namespace */
}/* CVC4 namespace */
-#endif /* __CVC4__PARSER__SMT1_H */
+#endif /* CVC4__PARSER__SMT1_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback