summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/bool_to_bv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/bool_to_bv.cpp')
-rw-r--r--src/preprocessing/passes/bool_to_bv.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/preprocessing/passes/bool_to_bv.cpp b/src/preprocessing/passes/bool_to_bv.cpp
index 042bc3e01..df8e93bc7 100644
--- a/src/preprocessing/passes/bool_to_bv.cpp
+++ b/src/preprocessing/passes/bool_to_bv.cpp
@@ -26,10 +26,10 @@
#include "theory/rewriter.h"
#include "theory/theory.h"
-namespace CVC5 {
+namespace cvc5 {
namespace preprocessing {
namespace passes {
-using namespace CVC5::theory;
+using namespace cvc5::theory;
BoolToBV::BoolToBV(PreprocessingPassContext* preprocContext)
: PreprocessingPass(preprocContext, "bool-to-bv"), d_statistics()
@@ -422,4 +422,4 @@ BoolToBV::Statistics::~Statistics()
} // namespace passes
} // namespace preprocessing
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback