summaryrefslogtreecommitdiff
path: root/src/theory/theory_traits_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory_traits_template.h')
-rw-r--r--src/theory/theory_traits_template.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/theory_traits_template.h b/src/theory/theory_traits_template.h
index e30507cf8..f7ec9aac2 100644
--- a/src/theory/theory_traits_template.h
+++ b/src/theory/theory_traits_template.h
@@ -26,7 +26,7 @@
${theory_includes}
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
template <TheoryId theoryId>
@@ -43,7 +43,7 @@ ${theory_constructors}
default: Unhandled() << id;
}
}
-}; /* struct CVC5::theory::TheoryConstructor */
+}; /* struct cvc5::theory::TheoryConstructor */
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback