summaryrefslogtreecommitdiff
path: root/src/util/maybe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/maybe.h')
-rw-r--r--src/util/maybe.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/maybe.h b/src/util/maybe.h
index c3247d307..33c6c6511 100644
--- a/src/util/maybe.h
+++ b/src/util/maybe.h
@@ -24,8 +24,8 @@
**/
#include "cvc4_public.h"
-#ifndef __CVC4__UTIL__MAYBE_H
-#define __CVC4__UTIL__MAYBE_H
+#ifndef CVC4__UTIL__MAYBE_H
+#define CVC4__UTIL__MAYBE_H
#include <ostream>
@@ -86,4 +86,4 @@ inline std::ostream& operator<<(std::ostream& out, const Maybe<T>& m){
}/* CVC4 namespace */
-#endif /* __CVC4__UTIL__MAYBE_H */
+#endif /* CVC4__UTIL__MAYBE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback