From c38d764b51a239b267556436cdc7bd7c3925d09a Mon Sep 17 00:00:00 2001 From: Menelaos Karavelas Date: Tue, 3 Feb 2015 21:54:19 +0200 Subject: [PATCH 1/2] [test][algorithms][turns] remove trailing spaces --- test/algorithms/overlay/get_turns_linear_linear.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/algorithms/overlay/get_turns_linear_linear.cpp b/test/algorithms/overlay/get_turns_linear_linear.cpp index 04d411da6..cde102aea 100644 --- a/test/algorithms/overlay/get_turns_linear_linear.cpp +++ b/test/algorithms/overlay/get_turns_linear_linear.cpp @@ -274,7 +274,7 @@ void test_all() "LINESTRING(1.9375 1.875, 1.7441860465116283 1.9302325581395348, -0.7692307692307692 2.6483516483516487, -2 3, -0.5 6.5)", expected(""));*/ } - + // TODO: //test_geometry("LINESTRING(0 0,2 0,1 0)", "LINESTRING(0 1,0 0,2 0)", "1FF00F102"); From fe257ef8b4b384689286dfeebbcf93990d886873 Mon Sep 17 00:00:00 2001 From: Menelaos Karavelas Date: Tue, 3 Feb 2015 21:54:52 +0200 Subject: [PATCH 2/2] [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);