summaryrefslogtreecommitdiff
path: root/src/util/statistics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/statistics.cpp')
-rw-r--r--src/util/statistics.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/statistics.cpp b/src/util/statistics.cpp
index 3c7ac6731..494a70e6c 100644
--- a/src/util/statistics.cpp
+++ b/src/util/statistics.cpp
@@ -20,7 +20,7 @@
#include "util/safe_print.h"
#include "util/statistics_registry.h" // for details about class Stat
-namespace CVC5 {
+namespace cvc5 {
bool StatisticsBase::StatCmp::operator()(const Stat* s1, const Stat* s2) const {
return s1->getName() < s2->getName();
@@ -130,4 +130,4 @@ SExpr StatisticsBase::getStatistic(std::string name) const {
}
}
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback