summaryrefslogtreecommitdiff
path: root/src/prop/cadical.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/cadical.cpp')
-rw-r--r--src/prop/cadical.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/prop/cadical.cpp b/src/prop/cadical.cpp
index 9bad7072a..cac015904 100644
--- a/src/prop/cadical.cpp
+++ b/src/prop/cadical.cpp
@@ -20,7 +20,7 @@
#include "base/check.h"
-namespace CVC5 {
+namespace cvc5 {
namespace prop {
using CadicalLit = int;
@@ -200,6 +200,6 @@ CadicalSolver::Statistics::~Statistics() {
}
} // namespace prop
-} // namespace CVC5
+} // namespace cvc5
#endif // CVC4_USE_CADICAL
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback