Browse Source

Clean up trailing whitespace

Scott Lahteine 6 years ago
parent
commit
b381cad399

+ 1
- 1
Marlin/src/Marlin.cpp View File

@@ -972,7 +972,7 @@ void loop() {
972 972
 
973 973
     #if ENABLED(SDSUPPORT)
974 974
       card.checkautostart();
975
-    
975
+
976 976
       if (card.abort_sd_printing) {
977 977
         card.stopSDPrint(
978 978
           #if SD_RESORT

+ 1
- 1
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h View File

@@ -1024,7 +1024,7 @@
1024 1024
 // @section machine
1025 1025
 
1026 1026
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
1027
-#define INVERT_X_DIR true 
1027
+#define INVERT_X_DIR true
1028 1028
 #define INVERT_Y_DIR true
1029 1029
 #define INVERT_Z_DIR true
1030 1030
 

+ 1
- 1
Marlin/src/config/examples/delta/FLSUN/kossel/Configuration.h View File

@@ -1023,7 +1023,7 @@
1023 1023
 // @section machine
1024 1024
 
1025 1025
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
1026
-#define INVERT_X_DIR true 
1026
+#define INVERT_X_DIR true
1027 1027
 #define INVERT_Y_DIR true
1028 1028
 #define INVERT_Z_DIR true
1029 1029
 

+ 1
- 1
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h View File

@@ -1023,7 +1023,7 @@
1023 1023
 // @section machine
1024 1024
 
1025 1025
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
1026
-#define INVERT_X_DIR true 
1026
+#define INVERT_X_DIR true
1027 1027
 #define INVERT_Y_DIR true
1028 1028
 #define INVERT_Z_DIR true
1029 1029
 

+ 1
- 1
Marlin/src/config/examples/delta/Hatchbox_Alpha/Configuration.h View File

@@ -1026,7 +1026,7 @@
1026 1026
 // @section machine
1027 1027
 
1028 1028
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
1029
-#define INVERT_X_DIR false 
1029
+#define INVERT_X_DIR false
1030 1030
 #define INVERT_Y_DIR false
1031 1031
 #define INVERT_Z_DIR false
1032 1032
 

+ 1
- 1
Marlin/src/config/examples/delta/generic/Configuration.h View File

@@ -1011,7 +1011,7 @@
1011 1011
 // @section machine
1012 1012
 
1013 1013
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
1014
-#define INVERT_X_DIR false 
1014
+#define INVERT_X_DIR false
1015 1015
 #define INVERT_Y_DIR false
1016 1016
 #define INVERT_Z_DIR false
1017 1017
 

+ 1
- 1
Marlin/src/config/examples/delta/kossel_mini/Configuration.h View File

@@ -1013,7 +1013,7 @@
1013 1013
 // @section machine
1014 1014
 
1015 1015
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
1016
-#define INVERT_X_DIR false 
1016
+#define INVERT_X_DIR false
1017 1017
 #define INVERT_Y_DIR false
1018 1018
 #define INVERT_Z_DIR false
1019 1019
 

+ 1
- 1
Marlin/src/config/examples/delta/kossel_xl/Configuration.h View File

@@ -1014,7 +1014,7 @@
1014 1014
 // @section machine
1015 1015
 
1016 1016
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
1017
-#define INVERT_X_DIR false 
1017
+#define INVERT_X_DIR false
1018 1018
 #define INVERT_Y_DIR false
1019 1019
 #define INVERT_Z_DIR false
1020 1020
 

+ 1
- 1
Marlin/src/gcode/gcode.cpp View File

@@ -587,7 +587,7 @@ void GcodeSuite::process_parsed_command(
587 587
       #if ENABLED(SDSUPPORT)
588 588
         case 524: M524(); break;                                   // M524: Abort the current SD print job
589 589
       #endif
590
-      
590
+
591 591
       #if ENABLED(ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED)
592 592
         case 540: M540(); break;                                  // M540: Set abort on endstop hit for SD printing
593 593
       #endif

+ 1
- 1
Marlin/src/gcode/gcode.h View File

@@ -723,7 +723,7 @@ private:
723 723
   #if ENABLED(SDSUPPORT)
724 724
     static void M524();
725 725
   #endif
726
-    
726
+
727 727
   #if ENABLED(ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED)
728 728
     static void M540();
729 729
   #endif

+ 1
- 1
Marlin/src/pins/pins_AZTEEG_X5_MINI_WIFI.h View File

@@ -182,7 +182,7 @@
182 182
 //#define USB_SD_ONBOARD      // Enable host access to SD card as mass storage device through USB
183 183
 
184 184
 //#define LPC_SD_LCD          // Marlin uses the SD drive attached to the LCD
185
-#define LPC_SD_ONBOARD        // Marlin uses the SD drive on the control board.  There is no SD detect pin 
185
+#define LPC_SD_ONBOARD        // Marlin uses the SD drive on the control board.  There is no SD detect pin
186 186
                               // for the onboard card.  Init card from LCD menu or send M21 whenever printer
187 187
                               // is powered on to enable SD access.
188 188
 

Loading…
Cancel
Save