summaryrefslogtreecommitdiff
path: root/src/expr/proof_ensure_closed.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/proof_ensure_closed.cpp')
-rw-r--r--src/expr/proof_ensure_closed.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/proof_ensure_closed.cpp b/src/expr/proof_ensure_closed.cpp
index 487c52bc6..6947cfd44 100644
--- a/src/expr/proof_ensure_closed.cpp
+++ b/src/expr/proof_ensure_closed.cpp
@@ -22,7 +22,7 @@
#include "options/proof_options.h"
#include "options/smt_options.h"
-namespace CVC5 {
+namespace cvc5 {
/**
* Ensure closed with respect to assumptions, internal version, which
@@ -179,4 +179,4 @@ void pfnEnsureClosedWrt(ProofNode* pn,
ensureClosedWrtInternal(Node::null(), nullptr, pn, assumps, c, ctx, false);
}
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback