summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/bv_to_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/bv_to_int.h')
-rw-r--r--src/preprocessing/passes/bv_to_int.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/preprocessing/passes/bv_to_int.h b/src/preprocessing/passes/bv_to_int.h
index bc949bff2..c0d96d462 100644
--- a/src/preprocessing/passes/bv_to_int.h
+++ b/src/preprocessing/passes/bv_to_int.h
@@ -73,7 +73,7 @@
#include "preprocessing/preprocessing_pass.h"
#include "theory/arith/nl/iand_utils.h"
-namespace CVC5 {
+namespace cvc5 {
namespace preprocessing {
namespace passes {
@@ -285,6 +285,6 @@ class BVToInt : public PreprocessingPass
} // namespace passes
} // namespace preprocessing
-} // namespace CVC5
+} // namespace cvc5
#endif /* __CVC4__PREPROCESSING__PASSES__BV_TO_INT_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback