summaryrefslogtreecommitdiff
path: root/src/theory/uf/eq_proof.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/uf/eq_proof.cpp')
-rw-r--r--src/theory/uf/eq_proof.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/uf/eq_proof.cpp b/src/theory/uf/eq_proof.cpp
index fec9179f3..25f5a3faa 100644
--- a/src/theory/uf/eq_proof.cpp
+++ b/src/theory/uf/eq_proof.cpp
@@ -20,7 +20,7 @@
#include "expr/proof_checker.h"
#include "options/uf_options.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
namespace eq {
@@ -1438,4 +1438,4 @@ Node EqProof::addToProof(
} // namespace eq
} // Namespace theory
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback