Browse Source

Remove trailing whitespace

Scott Lahteine 6 years ago
parent
commit
53c535a0c1
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      Marlin/src/lcd/extensible_ui/ui_api.cpp
  2. 1
    1
      Marlin/src/module/motion.cpp

+ 1
- 1
Marlin/src/lcd/extensible_ui/ui_api.cpp View File

@@ -70,7 +70,7 @@
70 70
   #include "../../module/printcounter.h"
71 71
   #define IFPC(A,B) (A)
72 72
 #else
73
-  #define IFPC(A,B) (B)  
73
+  #define IFPC(A,B) (B)
74 74
 #endif
75 75
 
76 76
 #include "ui_api.h"

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

@@ -1160,7 +1160,7 @@ void set_axis_is_at_home(const AxisEnum axis) {
1160 1160
   #elif ENABLED(DELTA)
1161 1161
     current_position[axis] = (axis == Z_AXIS ? delta_height
1162 1162
     #if HAS_BED_PROBE
1163
-      - zprobe_zoffset + Z_PROBE_OFFSET_FROM_EXTRUDER    
1163
+      - zprobe_zoffset + Z_PROBE_OFFSET_FROM_EXTRUDER
1164 1164
     #endif
1165 1165
     : base_home_pos(axis));
1166 1166
   #else

Loading…
Cancel
Save