summaryrefslogtreecommitdiff
path: root/src/theory/rewriter_attributes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/rewriter_attributes.h')
-rw-r--r--src/theory/rewriter_attributes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/rewriter_attributes.h b/src/theory/rewriter_attributes.h
index 83961353e..19116c020 100644
--- a/src/theory/rewriter_attributes.h
+++ b/src/theory/rewriter_attributes.h
@@ -20,7 +20,7 @@
#include "expr/attribute.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
template <bool pre, theory::TheoryId theoryId>
@@ -99,4 +99,4 @@ struct RewriteAttibute {
};/* struct RewriteAttribute */
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback