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