summaryrefslogtreecommitdiff
path: root/src/theory/assertion.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/assertion.h')
-rw-r--r--src/theory/assertion.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/assertion.h b/src/theory/assertion.h
index d68ff87aa..863a7e893 100644
--- a/src/theory/assertion.h
+++ b/src/theory/assertion.h
@@ -17,8 +17,8 @@
#include "cvc4_private.h"
-#ifndef __CVC4__THEORY__ASSERTION_H
-#define __CVC4__THEORY__ASSERTION_H
+#ifndef CVC4__THEORY__ASSERTION_H
+#define CVC4__THEORY__ASSERTION_H
#include "expr/node.h"
@@ -49,4 +49,4 @@ std::ostream& operator<<(std::ostream& out, const Assertion& a);
}/* CVC4::theory namespace */
}/* CVC4 namespace */
-#endif /* __CVC4__THEORY__ASSERTION_H */
+#endif /* CVC4__THEORY__ASSERTION_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback