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:
authorSergey Magidovich <mgsergio@mapswithme.com>2016-07-30 15:53:33 +0300
committerSergey Magidovich <mgsergio@mapswithme.com>2016-08-02 17:04:05 +0300
commit9d821509fe11748aa6f2045dd78f2d7feb27d415 (patch)
tree9b8d78451d417c24d5875d2a72714aa8731f0dcd /indexer/classificator_loader.cpp
parent477db4265ddb0ff4f50f3a6fa74b51fbd5bb91ec (diff)
Add booking_quality_check to the project. Style fixes.
Diffstat (limited to 'indexer/classificator_loader.cpp')
-rw-r--r--indexer/classificator_loader.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indexer/classificator_loader.cpp b/indexer/classificator_loader.cpp
index 54acb5930d..29dcd831fa 100644
--- a/indexer/classificator_loader.cpp
+++ b/indexer/classificator_loader.cpp
@@ -36,7 +36,7 @@ void ReadCommon(unique_ptr<Reader> classificator,
c.ReadTypesMapping(s);
}
}
-}
+} // namespace
namespace classificator
{
@@ -66,4 +66,4 @@ namespace classificator
LOG(LDEBUG, ("Reading of classificator finished"));
}
-}
+} // namespace classificator