summaryrefslogtreecommitdiff
path: root/src/util/ostream_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/ostream_util.h')
-rw-r--r--src/util/ostream_util.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/ostream_util.h b/src/util/ostream_util.h
index d5fd93ce9..45d30a01c 100644
--- a/src/util/ostream_util.h
+++ b/src/util/ostream_util.h
@@ -16,8 +16,8 @@
#include "cvc4_private.h"
-#ifndef __CVC4__UTIL__OSTREAM_UTIL_H
-#define __CVC4__UTIL__OSTREAM_UTIL_H
+#ifndef CVC4__UTIL__OSTREAM_UTIL_H
+#define CVC4__UTIL__OSTREAM_UTIL_H
#include <ios>
#include <ostream>
@@ -46,4 +46,4 @@ class StreamFormatScope
} // namespace CVC4
-#endif /* __CVC4__UTIL__OSTREAM_UTIL_H */
+#endif /* CVC4__UTIL__OSTREAM_UTIL_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback