From 9b39e71b04ff62140e96f76d4c27cc5db09a2966 Mon Sep 17 00:00:00 2001 From: wawanbreton Date: Mon, 16 Dec 2024 20:37:40 +0000 Subject: [PATCH] Applied clang-format. --- include/feature_generation/MeshInfillGenerator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/feature_generation/MeshInfillGenerator.h b/include/feature_generation/MeshInfillGenerator.h index 750c0f6197..cc92b0b59c 100644 --- a/include/feature_generation/MeshInfillGenerator.h +++ b/include/feature_generation/MeshInfillGenerator.h @@ -50,8 +50,8 @@ class MeshInfillGenerator : public MeshFeatureGenerator */ void processSingleLayerInfill(const SliceDataStorage& storage, const LayerPlanPtr& layer_plan, const ExtruderPlanPtr& extruder_plan, const SliceLayerPart& part) const; - bool - partitionInfillBySkinAbove(Shape& infill_below_skin, Shape& infill_not_below_skin, const LayerPlanPtr& layer_plan, const SliceLayerPart& part, coord_t infill_line_width) const; + bool partitionInfillBySkinAbove(Shape& infill_below_skin, Shape& infill_not_below_skin, const LayerPlanPtr& layer_plan, const SliceLayerPart& part, coord_t infill_line_width) + const; private: const coord_t infill_line_distance_;