From fdc169b2e42080e53b3e719d540f288f4cc76729 Mon Sep 17 00:00:00 2001 From: wawanbreton Date: Thu, 30 May 2024 19:45:02 +0000 Subject: [PATCH] Applied clang-format. --- include/utils/polygonUtils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/utils/polygonUtils.h b/include/utils/polygonUtils.h index f4b3e7e5fc..3b06428167 100644 --- a/include/utils/polygonUtils.h +++ b/include/utils/polygonUtils.h @@ -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: /*!