summaryrefslogtreecommitdiff
path: root/src/theory/strings/rewrites.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/strings/rewrites.cpp')
-rw-r--r--src/theory/strings/rewrites.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/strings/rewrites.cpp b/src/theory/strings/rewrites.cpp
index cdf41d9ad..41b972514 100644
--- a/src/theory/strings/rewrites.cpp
+++ b/src/theory/strings/rewrites.cpp
@@ -16,7 +16,7 @@
#include <iostream>
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
namespace strings {
@@ -224,4 +224,4 @@ std::ostream& operator<<(std::ostream& out, Rewrite r)
} // namespace strings
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback