Skip to content

Commit bc7cdca

Browse files
Frederic98github-actions[bot]
authored andcommitted
Apply clang-format
1 parent 651e934 commit bc7cdca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gcodeExport.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1749,9 +1749,9 @@ void GCodeExport::writeJerk(const Velocity& jerk)
17491749
}
17501750
current_jerk_ = jerk;
17511751

1752-
if(getFlavor() == EGCodeFlavor::CHEETAH)
1752+
if (getFlavor() == EGCodeFlavor::CHEETAH)
17531753
{
1754-
estimate_calculator_.setMaxXyJerk(jerk/200);
1754+
estimate_calculator_.setMaxXyJerk(jerk / 200);
17551755
}
17561756
else
17571757
{

0 commit comments

Comments
 (0)