summaryrefslogtreecommitdiff
path: root/src/util/smt2_quote_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/smt2_quote_string.h')
-rw-r--r--src/util/smt2_quote_string.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/smt2_quote_string.h b/src/util/smt2_quote_string.h
index 36d542306..f91874a2e 100644
--- a/src/util/smt2_quote_string.h
+++ b/src/util/smt2_quote_string.h
@@ -16,8 +16,8 @@
#include "cvc4_private.h"
-#ifndef __CVC4__UTIL__SMT2_QUOTE_STRING_H
-#define __CVC4__UTIL__SMT2_QUOTE_STRING_H
+#ifndef CVC4__UTIL__SMT2_QUOTE_STRING_H
+#define CVC4__UTIL__SMT2_QUOTE_STRING_H
#include <string>
@@ -30,4 +30,4 @@ std::string quoteSymbol(const std::string& s);
}/* CVC4 namespace */
-#endif /* __CVC4__UTIL__SMT2_QUOTE_STRING_H */
+#endif /* CVC4__UTIL__SMT2_QUOTE_STRING_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback