Clean up trailing whitespace

This commit is contained in:
Scott Lahteine
2019-01-23 15:48:56 -06:00
parent 48a581ba2e
commit 6453b82a5e
3 changed files with 12 additions and 12 deletions

View File

@ -135,7 +135,7 @@ void menu_main() {
#endif // !HAS_ENCODER_WHEEL && SDSUPPORT
MENU_ITEM(function, MSG_RESUME_PRINT, lcd_resume);
MENU_ITEM(submenu, MSG_MOTION, menu_motion);
MENU_ITEM(submenu, MSG_TEMPERATURE, menu_temperature);
}