Merge pull request #208 from mkaravel/fix/trailing_spaces

Fix/trailing spaces
This commit is contained in:
Barend Gehrels
2015-02-03 22:54:30 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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);

View File

@@ -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");