summaryrefslogtreecommitdiff
path: root/src/expr/expr_manager_scope.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/expr_manager_scope.h')
-rw-r--r--src/expr/expr_manager_scope.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/expr/expr_manager_scope.h b/src/expr/expr_manager_scope.h
index cad5195dd..b494796a1 100644
--- a/src/expr/expr_manager_scope.h
+++ b/src/expr/expr_manager_scope.h
@@ -17,8 +17,8 @@
#include "cvc4_private.h"
-#ifndef __CVC4__EXPR_MANAGER_SCOPE_H
-#define __CVC4__EXPR_MANAGER_SCOPE_H
+#ifndef CVC4__EXPR_MANAGER_SCOPE_H
+#define CVC4__EXPR_MANAGER_SCOPE_H
#include "expr/expr.h"
#include "expr/node_manager.h"
@@ -66,4 +66,4 @@ public:
}/* CVC4 namespace */
-#endif /* __CVC4__EXPR_MANAGER_SCOPE_H */
+#endif /* CVC4__EXPR_MANAGER_SCOPE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback