summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-05-02 12:00:03 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-05-02 12:26:33 -0700
commitfd0f9d1319408c2d33ba8571bcf66dc62f876159 (patch)
tree041a7ea90aae27575d83db91c8013c609cf14a5b /src
parentc8c36c395c0c47d983a3a8cf782cd470800ba3bf (diff)
downloadqtlocation-mapboxgl-fd0f9d1319408c2d33ba8571bcf66dc62f876159.tar.gz
[core] Remove duplicate copy of utf.hpp
Diffstat (limited to 'src')
-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