From 73c4bc141181bcda9862d6a90cd5299a86fb8bad Mon Sep 17 00:00:00 2001 From: Lev Dragunov Date: Thu, 15 Jun 2017 18:01:19 +0300 Subject: [PATCH] clang-format --- src/engine/routing_algorithms/map_matching.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/engine/routing_algorithms/map_matching.cpp b/src/engine/routing_algorithms/map_matching.cpp index 8cdabf92e..2f479116b 100644 --- a/src/engine/routing_algorithms/map_matching.cpp +++ b/src/engine/routing_algorithms/map_matching.cpp @@ -145,7 +145,8 @@ SubMatchingList mapMatching(SearchEngineData &engine_working_data, for (auto t = initial_timestamp + 1; t < candidates_list.size(); ++t) { - const auto step_time = trace_timestamps[t] - trace_timestamps[prev_unbroken_timestamps.back()]; + const auto step_time = + trace_timestamps[t] - trace_timestamps[prev_unbroken_timestamps.back()]; const auto max_distance_delta = [&] { if (use_timestamps) {