Skip to content

Commit 9a7cc3c

Browse files
rburemagithub-actions[bot]
authored andcommitted
Apply clang-format
1 parent b3668fc commit 9a7cc3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/support.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,8 +1014,8 @@ void AreaSupport::generateSupportAreasForMesh(
10141014
return;
10151015
}
10161016

1017-
if ((! mesh.settings.get<bool>("support_mesh")) &&
1018-
ranges::all_of(
1017+
if ((! mesh.settings.get<bool>("support_mesh"))
1018+
&& ranges::all_of(
10191019
mesh.overhang_areas,
10201020
[](const Shape& overhang_area)
10211021
{

0 commit comments

Comments
 (0)