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>2016-12-01 13:43:18 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-12-03 11:54:58 +0300
commit106a440c9e8ace84bb4ea2d97280067faaf51782 (patch)
tree73e4162b47d4cd5e273b02a0911cf30585a678a9 /traffic
parentc5c9eb5c06984fafaac9dc58828b6427ad0500d3 (diff)
git-clang-format
Diffstat (limited to 'traffic')
-rw-r--r--traffic/traffic_info.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/traffic/traffic_info.hpp b/traffic/traffic_info.hpp
index 99d5a8d974..53f485b49c 100644
--- a/traffic/traffic_info.hpp
+++ b/traffic/traffic_info.hpp
@@ -69,7 +69,6 @@ public:
TrafficInfo(MwmSet::MwmId const & mwmId, int64_t currentDataVersion);
void SetColoringForTesting(Coloring & coloring) { m_coloring = coloring; }
-
// Fetches the latest traffic data from the server and updates the coloring.
// Construct the url by passing an MwmId.
// *NOTE* This method must not be called on the UI thread.
@@ -109,6 +108,6 @@ class TrafficInfoGetter
public:
virtual ~TrafficInfoGetter() = default;
- virtual shared_ptr<traffic::TrafficInfo>GetTrafficInfo(MwmSet::MwmId const & mwmId) const = 0;
+ virtual shared_ptr<traffic::TrafficInfo> GetTrafficInfo(MwmSet::MwmId const & mwmId) const = 0;
};
} // namespace traffic