summaryrefslogtreecommitdiff
path: root/include/mbgl/util/time.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/util/time.hpp')
-rw-r--r--include/mbgl/util/time.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mbgl/util/time.hpp b/include/mbgl/util/time.hpp
index ec8dafa45e..181c961ab2 100644
--- a/include/mbgl/util/time.hpp
+++ b/include/mbgl/util/time.hpp
@@ -17,8 +17,8 @@ std::string rfc1123(std::time_t time);
// YYYY-mm-dd HH:MM:SS e.g. "2015-11-26 16:11:23"
std::string iso8601(std::time_t time);
-}
+} // namespace util
-}
+} // namespace mbgl
#endif