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:
authorMaxim Pimenov <m@maps.me>2018-04-10 21:35:24 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2018-04-11 14:27:47 +0300
commit98ec3dfc3b900950908b054af99314283f2fbdc4 (patch)
treec983b3fcd487e6fdffd2a2062c57e3efab8847b3 /transit/transit_serdes.hpp
parent0dc0baa25593b462517e0a8e603154dcd917cdc5 (diff)
clang-format
Diffstat (limited to 'transit/transit_serdes.hpp')
-rw-r--r--transit/transit_serdes.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/transit/transit_serdes.hpp b/transit/transit_serdes.hpp
index 38e1e34e72..901f2c2fa2 100644
--- a/transit/transit_serdes.hpp
+++ b/transit/transit_serdes.hpp
@@ -289,7 +289,8 @@ public:
vs.resize(size);
for (auto & p : vs)
{
- m2::PointU const pointU = coding::DecodeDelta(ReadVarUint<uint64_t, Source>(m_source), lastDecodedPoint);
+ m2::PointU const pointU =
+ coding::DecodeDelta(ReadVarUint<uint64_t, Source>(m_source), lastDecodedPoint);
p = PointUToPointD(pointU, POINT_COORD_BITS);
lastDecodedPoint = pointU;
}