From 1153ee5e7a942bde2c22556162fa7d778f787405 Mon Sep 17 00:00:00 2001 From: Olga Khlopkova Date: Mon, 23 Sep 2019 12:14:18 +0300 Subject: [PATCH] Code style fix --- routing/base/followed_polyline.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing/base/followed_polyline.hpp b/routing/base/followed_polyline.hpp index 844bb0759b..13057017a0 100644 --- a/routing/base/followed_polyline.hpp +++ b/routing/base/followed_polyline.hpp @@ -135,7 +135,7 @@ public: } UpdatedProjection GetClosestMatchedProjectionInInterval(m2::RectD const & posRect, - size_t startIdx, size_t endIdx) const; + size_t startIdx, size_t endIdx) const; private: /// \returns iterator to the best projection of center of |posRect| to the |m_poly|.