From d5fb535058d4d97567b08064e0203f45c2c8370f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Tue, 1 Dec 2015 17:30:44 +0100 Subject: [core] add namespace comment to closing brace --- include/mbgl/util/string.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/mbgl/util/string.hpp') diff --git a/include/mbgl/util/string.hpp b/include/mbgl/util/string.hpp index 672ead2443..9e2b2d8819 100644 --- a/include/mbgl/util/string.hpp +++ b/include/mbgl/util/string.hpp @@ -35,7 +35,7 @@ inline std::string sprintf(const std::string &msg, Args... args) { return sprintf(msg.c_str(), args...); } -} -} +} // namespace util +} // namespace mbgl #endif -- cgit v1.2.1