summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/theory_rewrite_eq.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/theory_rewrite_eq.cpp')
-rw-r--r--src/preprocessing/passes/theory_rewrite_eq.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/preprocessing/passes/theory_rewrite_eq.cpp b/src/preprocessing/passes/theory_rewrite_eq.cpp
index c70458b91..c5a73f89b 100644
--- a/src/preprocessing/passes/theory_rewrite_eq.cpp
+++ b/src/preprocessing/passes/theory_rewrite_eq.cpp
@@ -18,9 +18,9 @@
#include "preprocessing/preprocessing_pass_context.h"
#include "theory/theory_engine.h"
-using namespace CVC5::theory;
+using namespace cvc5::theory;
-namespace CVC5 {
+namespace cvc5 {
namespace preprocessing {
namespace passes {
@@ -116,4 +116,4 @@ theory::TrustNode TheoryRewriteEq::rewriteAssertion(TNode n)
} // namespace passes
} // namespace preprocessing
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback