summaryrefslogtreecommitdiff
path: root/src/util/dense_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/dense_map.h')
-rw-r--r--src/util/dense_map.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/dense_map.h b/src/util/dense_map.h
index e6fed6916..f3b0372b2 100644
--- a/src/util/dense_map.h
+++ b/src/util/dense_map.h
@@ -35,7 +35,7 @@
#include "base/check.h"
#include "util/index.h"
-namespace CVC5 {
+namespace cvc5 {
template <class T>
class DenseMap {
@@ -338,4 +338,4 @@ public:
void pop_back() { d_map.pop_back(); }
}; /* class DenseMultiset */
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback