summaryrefslogtreecommitdiff
path: root/src/expr/expr_iomanip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/expr_iomanip.h')
-rw-r--r--src/expr/expr_iomanip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/expr_iomanip.h b/src/expr/expr_iomanip.h
index c40840cd4..674d4c6fd 100644
--- a/src/expr/expr_iomanip.h
+++ b/src/expr/expr_iomanip.h
@@ -21,7 +21,7 @@
#include <iosfwd>
-namespace CVC5 {
+namespace cvc5 {
namespace expr {
/**
@@ -173,6 +173,6 @@ std::ostream& operator<<(std::ostream& out, ExprSetDepth sd);
} // namespace expr
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__EXPR__EXPR_IOMANIP_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback