summaryrefslogtreecommitdiff
path: root/src/util/stats_timer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/stats_timer.cpp')
-rw-r--r--src/util/stats_timer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/stats_timer.cpp b/src/util/stats_timer.cpp
index 6280b79e1..fa513b0b4 100644
--- a/src/util/stats_timer.cpp
+++ b/src/util/stats_timer.cpp
@@ -21,7 +21,7 @@
#include "base/check.h"
#include "util/ostream_util.h"
-namespace CVC5 {
+namespace cvc5 {
template <>
void safe_print(int fd, const timer_stat_detail::duration& t)
@@ -101,4 +101,4 @@ CodeTimer::~CodeTimer()
}
}
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback