summaryrefslogtreecommitdiff
path: root/src/util/stats_base.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/stats_base.cpp')
-rw-r--r--src/util/stats_base.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/stats_base.cpp b/src/util/stats_base.cpp
index 758883cbe..3ae50cd51 100644
--- a/src/util/stats_base.cpp
+++ b/src/util/stats_base.cpp
@@ -18,7 +18,7 @@
#include "util/statistics_registry.h"
-namespace CVC5 {
+namespace cvc5 {
Stat::Stat(const std::string& name) : d_name(name)
{
@@ -112,4 +112,4 @@ SExpr AverageStat::getValue() const
return SExpr(Rational::fromDecimal(ss.str()));
}
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback