summaryrefslogtreecommitdiff
path: root/src/expr/node_visitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/node_visitor.h')
-rw-r--r--src/expr/node_visitor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/node_visitor.h b/src/expr/node_visitor.h
index a3e24772a..9816e37e8 100644
--- a/src/expr/node_visitor.h
+++ b/src/expr/node_visitor.h
@@ -22,7 +22,7 @@
#include "expr/node.h"
-namespace CVC5 {
+namespace cvc5 {
/**
* Traverses the nodes reverse-topologically (children before parents),
@@ -123,4 +123,4 @@ public:
template <typename Visitor>
thread_local bool NodeVisitor<Visitor>::s_inRun = false;
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback