Browse Source

whitespace

PavelSindler 6 years ago
parent
commit
137e1c5027
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Firmware/Marlin_main.cpp
  2. 1 1
      Firmware/ultralcd.cpp

+ 1 - 1
Firmware/Marlin_main.cpp

@@ -7164,7 +7164,7 @@ static void handleSafetyTimer()
     {
         setTargetBed(0);
         setTargetHotend(0, 0);
-		lcd_show_fullscreen_message_and_wait_P(MSG_BED_HEATING_SAFETY_DISABLED);
+        lcd_show_fullscreen_message_and_wait_P(MSG_BED_HEATING_SAFETY_DISABLED);
     }
 }
 #endif //SAFETYTIMER

+ 1 - 1
Firmware/ultralcd.cpp

@@ -20,7 +20,7 @@
 
 #ifdef PAT9125
 #include "pat9125.h"
-#endif //PAT9125 
+#endif //PAT9125
 
 #ifdef TMC2130
 #include "tmc2130.h"