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:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2018-05-15 06:28:23 +0300
committerTatiana Yan <tatiana.kondakova@gmail.com>2018-05-24 12:42:47 +0300
commitd27189d2e4bf8b27c99f6362abed4def490f83cf (patch)
treeb876ec4fc4b4dab2b4b94d90cc3cd964bfa1b27c /local_ads
parent205910472fa5c9ffa406359d52587db5e8a1dd8f (diff)
Better calculation outgoing route points for turn generation and fixing some turn generation issues.
Diffstat (limited to 'local_ads')
-rw-r--r--local_ads/statistics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/local_ads/statistics.cpp b/local_ads/statistics.cpp
index 806a171f83..7c7e4e1c40 100644
--- a/local_ads/statistics.cpp
+++ b/local_ads/statistics.cpp
@@ -148,7 +148,7 @@ void CreateDirIfNotExist()
if (!GetPlatform().IsFileExistsByFullPath(statsFolder) && !Platform::MkDirChecked(statsFolder))
MYTHROW(FileSystemException, ("Unable to find or create directory", statsFolder));
}
-
+
std::list<local_ads::Event> ReadEvents(std::string const & fileName)
{
std::list<local_ads::Event> result;