From c542fc2087458dacad0cdff8b7ecdde3d8c259d8 Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Tue, 23 May 2017 16:25:26 +0000 Subject: [PATCH] Fix formating after cherry-pick --- include/engine/routing_algorithms/routing_base_mld.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/engine/routing_algorithms/routing_base_mld.hpp b/include/engine/routing_algorithms/routing_base_mld.hpp index 210edd922..7c3fed3a3 100644 --- a/include/engine/routing_algorithms/routing_base_mld.hpp +++ b/include/engine/routing_algorithms/routing_base_mld.hpp @@ -192,7 +192,8 @@ search(SearchEngineData &engine_working_data, { if (forward_heap.Empty() || reverse_heap.Empty()) { - return std::make_tuple(INVALID_EDGE_WEIGHT, SPECIAL_NODEID, SPECIAL_NODEID, std::vector()); + return std::make_tuple( + INVALID_EDGE_WEIGHT, SPECIAL_NODEID, SPECIAL_NODEID, std::vector()); } const auto &partition = facade.GetMultiLevelPartition();