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>2016-09-30 15:55:22 +0300
committerArsentiy Milchakov <milcars@mapswithme.com>2016-09-30 15:55:22 +0300
commit864894cde5624be9783d1c6e9a1cca53b8101e31 (patch)
treee80172cb6ca4d019b3e532c6b54701ed7378e2ac /indexer/categories_holder.cpp
parentfcf41c868d50b0e17c4e9a8f8505f0d9567ff235 (diff)
review fixes
Diffstat (limited to 'indexer/categories_holder.cpp')
-rw-r--r--indexer/categories_holder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indexer/categories_holder.cpp b/indexer/categories_holder.cpp
index 123b1957a6..793cbc8f41 100644
--- a/indexer/categories_holder.cpp
+++ b/indexer/categories_holder.cpp
@@ -19,7 +19,7 @@ enum State
void ProcessSynonym(CategoriesHolder::Category::Name const & name,
deque<CategoriesHolder::Category::Name> & synonyms)
-{
+{
if (name.m_name[0] != '^')
{
synonyms.push_back(name);
@@ -47,7 +47,7 @@ void GroupTranslationsToSynonyms(vector<string> const & groups,
void TrimGroupTranslations(CategoriesHolder::GroupTranslations & translations)
{
- for(auto & translation : translations)
+ for (auto & translation : translations)
{
for (auto & synonym : translation.second)
{