Browse Source

Trim whitespace

Scott Lahteine 6 years ago
parent
commit
027a901bec

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

135
         || ELAPSED(ms, next_save_ms)
135
         || ELAPSED(ms, next_save_ms)
136
       #endif
136
       #endif
137
         // Save every time Z is higher than the last call
137
         // Save every time Z is higher than the last call
138
-        || current_position[Z_AXIS] > info.current_position[Z_AXIS] 
138
+        || current_position[Z_AXIS] > info.current_position[Z_AXIS]
139
     #endif
139
     #endif
140
   ) {
140
   ) {
141
 
141
 

+ 1
- 1
Marlin/src/lcd/menu/game/invaders.cpp View File

63
       B01111111,B11110000,
63
       B01111111,B11110000,
64
       B00011111,B11000000,
64
       B00011111,B11000000,
65
       B00010000,B01000000,
65
       B00010000,B01000000,
66
-      B00100000,B00100000 
66
+      B00100000,B00100000
67
     }
67
     }
68
   }, {
68
   }, {
69
     { B00001111,B00000000,
69
     { B00001111,B00000000,

Loading…
Cancel
Save