summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/ho_elim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/ho_elim.h')
-rw-r--r--src/preprocessing/passes/ho_elim.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/preprocessing/passes/ho_elim.h b/src/preprocessing/passes/ho_elim.h
index 36aa53acf..ba23a1973 100644
--- a/src/preprocessing/passes/ho_elim.h
+++ b/src/preprocessing/passes/ho_elim.h
@@ -26,7 +26,7 @@
#include "expr/node.h"
#include "preprocessing/preprocessing_pass.h"
-namespace CVC5 {
+namespace cvc5 {
namespace preprocessing {
namespace passes {
@@ -150,6 +150,6 @@ class HoElim : public PreprocessingPass
} // namespace passes
} // namespace preprocessing
-} // namespace CVC5
+} // namespace cvc5
#endif /* __CVC4__PREPROCESSING__PASSES__HO_ELIM_PASS_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback