Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArsentiy Milchakov <milcars@mapswithme.com>2018-09-18 17:41:35 +0300
committerAleksey Belousov <beloal@users.noreply.github.com>2018-09-25 11:56:55 +0300
commit57751bbf4e1bef731775a464a065b88aae712efc (patch)
treee8c2ba32714eeff5667f84d864be09e319635e9c /android
parent0a691ed7f767d5f136cd43dbe4b36fd9346eca6f (diff)
types_strings clang-format review fixes
Diffstat (limited to 'android')
-rw-r--r--android/jni/com/mapswithme/platform/Localization.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/android/jni/com/mapswithme/platform/Localization.cpp b/android/jni/com/mapswithme/platform/Localization.cpp
index c23c2820fd..0d6030520d 100644
--- a/android/jni/com/mapswithme/platform/Localization.cpp
+++ b/android/jni/com/mapswithme/platform/Localization.cpp
@@ -23,5 +23,3 @@ std::string GetLocalizedTypeName(std::string const & type)
return jni::ToNativeString(env, static_cast<jstring>(localizedFeatureType));
}
} // namespace platform
-
-