summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/int_to_bv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/int_to_bv.cpp')
-rw-r--r--src/preprocessing/passes/int_to_bv.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/preprocessing/passes/int_to_bv.cpp b/src/preprocessing/passes/int_to_bv.cpp
index bf59a7311..b1f8ad771 100644
--- a/src/preprocessing/passes/int_to_bv.cpp
+++ b/src/preprocessing/passes/int_to_bv.cpp
@@ -29,12 +29,12 @@
#include "theory/rewriter.h"
#include "theory/theory.h"
-namespace CVC5 {
+namespace cvc5 {
namespace preprocessing {
namespace passes {
using namespace std;
-using namespace CVC5::theory;
+using namespace cvc5::theory;
using NodeMap = std::unordered_map<Node, Node, NodeHashFunction>;
@@ -267,4 +267,4 @@ PreprocessingPassResult IntToBV::applyInternal(
} // namespace passes
} // namespace preprocessing
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback