summaryrefslogtreecommitdiff
path: root/src/util/safe_print.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/safe_print.h')
-rw-r--r--src/util/safe_print.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/safe_print.h b/src/util/safe_print.h
index a8a096d11..75a517b18 100644
--- a/src/util/safe_print.h
+++ b/src/util/safe_print.h
@@ -29,8 +29,8 @@
#include "cvc4_private_library.h"
-#ifndef __CVC4__SAFE_PRINT_H
-#define __CVC4__SAFE_PRINT_H
+#ifndef CVC4__SAFE_PRINT_H
+#define CVC4__SAFE_PRINT_H
#if __cplusplus >= 201103L
// For c++11 and newer
@@ -96,4 +96,4 @@ void safe_print_right_aligned(int fd, uint64_t i, ssize_t width);
} /* CVC4 namespace */
-#endif /* __CVC4__SAFE_PRINT_H */
+#endif /* CVC4__SAFE_PRINT_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback