Skip to content

Commit 9b39e71

Browse files
wawanbretongithub-actions[bot]
authored andcommitted
Applied clang-format.
1 parent 3ccf945 commit 9b39e71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/feature_generation/MeshInfillGenerator.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ class MeshInfillGenerator : public MeshFeatureGenerator
5050
*/
5151
void processSingleLayerInfill(const SliceDataStorage& storage, const LayerPlanPtr& layer_plan, const ExtruderPlanPtr& extruder_plan, const SliceLayerPart& part) const;
5252

53-
bool
54-
partitionInfillBySkinAbove(Shape& infill_below_skin, Shape& infill_not_below_skin, const LayerPlanPtr& layer_plan, const SliceLayerPart& part, coord_t infill_line_width) const;
53+
bool partitionInfillBySkinAbove(Shape& infill_below_skin, Shape& infill_not_below_skin, const LayerPlanPtr& layer_plan, const SliceLayerPart& part, coord_t infill_line_width)
54+
const;
5555

5656
private:
5757
const coord_t infill_line_distance_;

0 commit comments

Comments
 (0)