summaryrefslogtreecommitdiff
path: root/src/theory/arith/proof_checker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/proof_checker.cpp')
-rw-r--r--src/theory/arith/proof_checker.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/arith/proof_checker.cpp b/src/theory/arith/proof_checker.cpp
index 09ef5bf34..23f141535 100644
--- a/src/theory/arith/proof_checker.cpp
+++ b/src/theory/arith/proof_checker.cpp
@@ -23,7 +23,7 @@
#include "theory/arith/normal_form.h"
#include "theory/arith/operator_elim.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
namespace arith {
@@ -360,4 +360,4 @@ Node ArithProofRuleChecker::checkInternal(PfRule id,
}
} // namespace arith
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback