summaryrefslogtreecommitdiff
path: root/src/theory/uf/proof_checker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/uf/proof_checker.cpp')
-rw-r--r--src/theory/uf/proof_checker.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/uf/proof_checker.cpp b/src/theory/uf/proof_checker.cpp
index 2688c0574..cc1630b98 100644
--- a/src/theory/uf/proof_checker.cpp
+++ b/src/theory/uf/proof_checker.cpp
@@ -16,9 +16,9 @@
#include "theory/uf/theory_uf_rewriter.h"
-using namespace CVC5::kind;
+using namespace cvc5::kind;
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
namespace uf {
@@ -207,4 +207,4 @@ Node UfProofRuleChecker::checkInternal(PfRule id,
} // namespace uf
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback