summaryrefslogtreecommitdiff
path: root/src/mbgl/util/utf.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/util/utf.hpp')
-rw-r--r--src/mbgl/util/utf.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mbgl/util/utf.hpp b/src/mbgl/util/utf.hpp
index d6ba2a1f2f..286036c094 100644
--- a/src/mbgl/util/utf.hpp
+++ b/src/mbgl/util/utf.hpp
@@ -6,7 +6,6 @@
#include <boost/regex/pending/unicode_iterator.hpp>
namespace mbgl {
-
namespace util {
class utf8_to_utf32 {
@@ -19,6 +18,7 @@ class utf8_to_utf32 {
}
};
-}}
+} // namespace mbgl
+} // namespace util
#endif