Browse Source

whitespace

PavelSindler 6 years ago
parent
commit
5931d15566
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Firmware/ultralcd.cpp

+ 1 - 1
Firmware/ultralcd.cpp

@@ -5677,7 +5677,7 @@ void lcd_resume_print()
     lcd_reset_alert_level(); //for fan speed error
     restore_print_from_ram_and_continue(0.0);
     pause_time += (millis() - start_pause_print); //accumulate time when print is paused for correct statistics calculation
-	refresh_cmd_timeout();
+    refresh_cmd_timeout();
     isPrintPaused = false;
 }