summaryrefslogtreecommitdiff
path: root/src/theory/arith/congruence_manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/congruence_manager.cpp')
-rw-r--r--src/theory/arith/congruence_manager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/arith/congruence_manager.cpp b/src/theory/arith/congruence_manager.cpp
index f2e51be02..ea597468d 100644
--- a/src/theory/arith/congruence_manager.cpp
+++ b/src/theory/arith/congruence_manager.cpp
@@ -30,7 +30,7 @@
#include "theory/uf/proof_equality_engine.h"
#include "options/arith_options.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
namespace arith {
@@ -691,4 +691,4 @@ std::vector<Node> andComponents(TNode an)
} // namespace arith
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback