summaryrefslogtreecommitdiff
path: root/src/theory/booleans/proof_checker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/booleans/proof_checker.cpp')
-rw-r--r--src/theory/booleans/proof_checker.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/booleans/proof_checker.cpp b/src/theory/booleans/proof_checker.cpp
index a51f238a2..d6600f14d 100644
--- a/src/theory/booleans/proof_checker.cpp
+++ b/src/theory/booleans/proof_checker.cpp
@@ -16,7 +16,7 @@
#include "expr/skolem_manager.h"
#include "theory/rewriter.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
namespace booleans {
@@ -948,4 +948,4 @@ Node BoolProofRuleChecker::checkInternal(PfRule id,
} // namespace booleans
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback