Skip to content

Commit

Permalink
Applied clang-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton authored and github-actions[bot] committed May 30, 2024
1 parent f5fa05d commit fdc169b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/utils/polygonUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ class PolygonUtils
* \param initial_inset The inset distance to be added to the first generated polygon
* \return The generated inset polygons
*/
static Shape generateInset(const Polygon &outer_poly, coord_t line_width, coord_t initial_inset = 0);
static Shape generateInset(const Polygon& outer_poly, coord_t line_width, coord_t initial_inset = 0);

private:
/*!
Expand Down

0 comments on commit fdc169b

Please sign in to comment.