summaryrefslogtreecommitdiff
path: root/src/expr/term_canonize.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/term_canonize.cpp')
-rw-r--r--src/expr/term_canonize.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/expr/term_canonize.cpp b/src/expr/term_canonize.cpp
index 97f3c2539..11a992d16 100644
--- a/src/expr/term_canonize.cpp
+++ b/src/expr/term_canonize.cpp
@@ -19,9 +19,9 @@
// TODO #1216: move the code in this include
#include "theory/quantifiers/term_util.h"
-using namespace CVC5::kind;
+using namespace cvc5::kind;
-namespace CVC5 {
+namespace cvc5 {
namespace expr {
TermCanonize::TermCanonize() : d_op_id_count(0), d_typ_id_count(0) {}
@@ -209,4 +209,4 @@ Node TermCanonize::getCanonicalTerm(TNode n, bool apply_torder, bool doHoVar)
}
} // namespace expr
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback