summaryrefslogtreecommitdiff
path: root/src/expr/proof_node.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/proof_node.cpp')
-rw-r--r--src/expr/proof_node.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/proof_node.cpp b/src/expr/proof_node.cpp
index 923bdeacd..f7ad65844 100644
--- a/src/expr/proof_node.cpp
+++ b/src/expr/proof_node.cpp
@@ -17,7 +17,7 @@
#include "expr/proof_node_algorithm.h"
#include "expr/proof_node_to_sexpr.h"
-namespace CVC5 {
+namespace cvc5 {
ProofNode::ProofNode(PfRule id,
const std::vector<std::shared_ptr<ProofNode>>& children,
@@ -81,4 +81,4 @@ std::ostream& operator<<(std::ostream& out, const ProofNode& pn)
return out;
}
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback