summaryrefslogtreecommitdiff
path: root/src/expr/attribute.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/attribute.cpp')
-rw-r--r--src/expr/attribute.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/expr/attribute.cpp b/src/expr/attribute.cpp
index 5973aab17..fe1bff897 100644
--- a/src/expr/attribute.cpp
+++ b/src/expr/attribute.cpp
@@ -22,7 +22,7 @@
using namespace std;
-namespace CVC4 {
+namespace CVC5 {
namespace expr {
namespace attr {
@@ -114,6 +114,6 @@ void AttributeManager::deleteAttributes(const AttrIdVec& atids) {
}
}
-}/* CVC4::expr::attr namespace */
-}/* CVC4::expr namespace */
-}/* CVC4 namespace */
+} // namespace attr
+} // namespace expr
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback