summaryrefslogtreecommitdiff
path: root/src/context/context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/context/context.cpp')
-rw-r--r--src/context/context.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/context/context.cpp b/src/context/context.cpp
index 88c783303..6dfab3de2 100644
--- a/src/context/context.cpp
+++ b/src/context/context.cpp
@@ -21,7 +21,7 @@
#include "base/check.h"
#include "context/context.h"
-namespace CVC5 {
+namespace cvc5 {
namespace context {
@@ -388,4 +388,4 @@ void Scope::enqueueToGarbageCollect(ContextObj* obj) {
}
} // namespace context
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback