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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/expr/expr_iomanip.h b/src/expr/expr_iomanip.h
index 5306e2a2b..c40840cd4 100644
--- a/src/expr/expr_iomanip.h
+++ b/src/expr/expr_iomanip.h
@@ -21,7 +21,7 @@
#include <iosfwd>
-namespace CVC4 {
+namespace CVC5 {
namespace expr {
/**
@@ -171,8 +171,8 @@ std::ostream& operator<<(std::ostream& out, ExprDag d);
*/
std::ostream& operator<<(std::ostream& out, ExprSetDepth sd);
-}/* namespace CVC4::expr */
+} // namespace expr
-}/* CVC4 namespace */
+} // namespace CVC5
#endif /* CVC4__EXPR__EXPR_IOMANIP_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback