fix indentation

This commit is contained in:
Andreas Fabri 2015-08-28 15:04:08 +02:00
parent 86dd2f7111
commit 061732d439
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ int main()
PolygonWithHolesPtrVector offset_poly_with_holes = CGAL::create_interior_skeleton_and_offset_polygons_with_holes_2(lOffset,poly);
print_polygons_with_holes(offset_poly_with_holes);
print_polygons_with_holes(offset_poly_with_holes);
return 0;
}