mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-20 14:52:10 +00:00
Merge pull request #208 from mkaravel/fix/trailing_spaces
Fix/trailing spaces
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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<ls, ls>("LINESTRING(0 0,2 0,1 0)", "LINESTRING(0 1,0 0,2 0)", "1FF00F102");
|
||||
|
||||
Reference in New Issue
Block a user