summaryrefslogtreecommitdiff
path: root/src/theory/sep/theory_sep_rewriter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/sep/theory_sep_rewriter.cpp')
-rw-r--r--src/theory/sep/theory_sep_rewriter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/sep/theory_sep_rewriter.cpp b/src/theory/sep/theory_sep_rewriter.cpp
index 756a82bc1..d7cebd465 100644
--- a/src/theory/sep/theory_sep_rewriter.cpp
+++ b/src/theory/sep/theory_sep_rewriter.cpp
@@ -20,7 +20,7 @@
#include "theory/quantifiers/quant_util.h"
#include "options/sep_options.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
namespace sep {
@@ -166,4 +166,4 @@ RewriteResponse TheorySepRewriter::postRewrite(TNode node) {
} // namespace sep
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback