summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/sygus_inference.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/sygus_inference.h')
-rw-r--r--src/preprocessing/passes/sygus_inference.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/preprocessing/passes/sygus_inference.h b/src/preprocessing/passes/sygus_inference.h
index b31e5ca7c..094788adc 100644
--- a/src/preprocessing/passes/sygus_inference.h
+++ b/src/preprocessing/passes/sygus_inference.h
@@ -20,7 +20,7 @@
#include "preprocessing/preprocessing_pass.h"
-namespace CVC5 {
+namespace cvc5 {
namespace preprocessing {
namespace passes {
@@ -63,6 +63,6 @@ class SygusInference : 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