summaryrefslogtreecommitdiff
path: root/src/expr/attribute_internals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/attribute_internals.h')
-rw-r--r--src/expr/attribute_internals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/attribute_internals.h b/src/expr/attribute_internals.h
index bbd5455be..db3e57675 100644
--- a/src/expr/attribute_internals.h
+++ b/src/expr/attribute_internals.h
@@ -25,7 +25,7 @@
#include <unordered_map>
-namespace CVC5 {
+namespace cvc5 {
namespace expr {
// ATTRIBUTE HASH FUNCTIONS ====================================================
@@ -512,6 +512,6 @@ const uint64_t Attribute<T, bool, context_dep>::s_id =
Attribute<T, bool, context_dep>::registerAttribute();
} // namespace expr
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__EXPR__ATTRIBUTE_INTERNALS_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback