From fe257ef8b4b384689286dfeebbcf93990d886873 Mon Sep 17 00:00:00 2001 From: Menelaos Karavelas Date: Tue, 3 Feb 2015 21:54:52 +0200 Subject: [PATCH] [algorithms][detail][overlay][turns L/L] remove trailing spaces --- .../geometry/algorithms/detail/overlay/get_turn_info_ll.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/geometry/algorithms/detail/overlay/get_turn_info_ll.hpp b/include/boost/geometry/algorithms/detail/overlay/get_turn_info_ll.hpp index ad06a12d1..4ab9bb03c 100644 --- a/include/boost/geometry/algorithms/detail/overlay/get_turn_info_ll.hpp +++ b/include/boost/geometry/algorithms/detail/overlay/get_turn_info_ll.hpp @@ -298,7 +298,7 @@ struct get_turn_info_linear_linear || tp.operations[1].operation != operation_continue ) ? operation_union : operation_continue; - + // transform turn turn_transformer_ec transformer(method_touch); transformer(tp);