Skip to content

Commit e2b0c14

Browse files
committed
cleanup
1 parent 638e55e commit e2b0c14

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Marlin/src/lcd/tft/touch.cpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -233,12 +233,12 @@ void Touch::touch(touch_control_t *control) {
233233
MenuItem_int3::action(GET_TEXT_F(MSG_FLOW_N), &planner.flow_percentage[MenuItemBase::itemIndex], 10, 999, []{ planner.refresh_e_factor(MenuItemBase::itemIndex); });
234234
#endif
235235
break;
236-
case STOP:
236+
case STOP:
237237
ui.goto_screen([]{
238-
MenuItem_confirm::select_screen( GET_TEXT_F(MSG_BUTTON_STOP),
238+
MenuItem_confirm::select_screen(GET_TEXT_F(MSG_BUTTON_STOP),
239239
GET_TEXT_F(MSG_BACK), ui.abort_print, ui.goto_previous_screen,
240-
GET_TEXT_F(MSG_STOP_PRINT), FSTR_P(nullptr), FPSTR("?") );
241-
});
240+
GET_TEXT_F(MSG_STOP_PRINT), FSTR_P(nullptr), FPSTR("?"));
241+
});
242242
break;
243243

244244
#if ENABLED(AUTO_BED_LEVELING_UBL)

0 commit comments

Comments
 (0)