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