summaryrefslogtreecommitdiff
path: root/src/theory/arith/arith_preprocess.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/arith_preprocess.cpp')
-rw-r--r--src/theory/arith/arith_preprocess.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/arith/arith_preprocess.cpp b/src/theory/arith/arith_preprocess.cpp
index 2b120c9c7..e57b6c57f 100644
--- a/src/theory/arith/arith_preprocess.cpp
+++ b/src/theory/arith/arith_preprocess.cpp
@@ -18,7 +18,7 @@
#include "theory/arith/inference_manager.h"
#include "theory/skolem_lemma.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
namespace arith {
@@ -80,4 +80,4 @@ bool ArithPreprocess::isReduced(TNode atom) const
} // namespace arith
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback