summaryrefslogtreecommitdiff
path: root/src/prop/proof_cnf_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/proof_cnf_stream.h')
-rw-r--r--src/prop/proof_cnf_stream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/prop/proof_cnf_stream.h b/src/prop/proof_cnf_stream.h
index 7c97a2e8e..fcca2cb34 100644
--- a/src/prop/proof_cnf_stream.h
+++ b/src/prop/proof_cnf_stream.h
@@ -27,7 +27,7 @@
#include "theory/eager_proof_generator.h"
#include "theory/theory_proof_step_buffer.h"
-namespace CVC5 {
+namespace cvc5 {
namespace prop {
class SatProofManager;
@@ -170,6 +170,6 @@ class ProofCnfStream : public ProofGenerator
};
} // namespace prop
-} // namespace CVC5
+} // namespace cvc5
#endif
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback