summaryrefslogtreecommitdiff
path: root/src/smt/smt_mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/smt_mode.h')
-rw-r--r--src/smt/smt_mode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/smt/smt_mode.h b/src/smt/smt_mode.h
index 91c35fc1f..ce8babc2b 100644
--- a/src/smt/smt_mode.h
+++ b/src/smt/smt_mode.h
@@ -19,7 +19,7 @@
#include <iosfwd>
-namespace CVC5 {
+namespace cvc5 {
/**
* The mode of the solver, which is an extension of Figure 4.1 on
@@ -52,6 +52,6 @@ enum class SmtMode
*/
std::ostream& operator<<(std::ostream& out, SmtMode m);
-} // namespace CVC5
+} // namespace cvc5
#endif
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback