Browse Source

Clean up trailing spaces from vim, etc.

Scott Lahteine 6 years ago
parent
commit
d259070980
3 changed files with 11 additions and 13 deletions
  1. 1
    1
      Marlin/src/lcd/dogm/status_screen_DOGM.h
  2. 0
    1
      Marlin/src/module/planner.h
  3. 10
    11
      Marlin/src/pins/pins.h

+ 1
- 1
Marlin/src/lcd/dogm/status_screen_DOGM.h View File

@@ -164,7 +164,7 @@ inline void lcd_implementation_status_message(const bool blink) {
164 164
           lcd_put_wchar('.');
165 165
           if (--chars) {
166 166
             // Print a second copy of the message
167
-            lcd_put_u8str_max(lcd_status_message, LCD_PIXEL_WIDTH - ((rlen+2) * DOG_CHAR_WIDTH)); 
167
+            lcd_put_u8str_max(lcd_status_message, LCD_PIXEL_WIDTH - ((rlen+2) * DOG_CHAR_WIDTH));
168 168
           }
169 169
         }
170 170
       }

+ 0
- 1
Marlin/src/module/planner.h View File

@@ -179,7 +179,6 @@ class Planner {
179 179
     static uint16_t cleaning_buffer_counter;        // A counter to disable queuing of blocks
180 180
     static uint8_t delay_before_delivering,         // This counter delays delivery of blocks when queue becomes empty to allow the opportunity of merging blocks
181 181
                    block_buffer_planned;            // Index of the optimally planned block
182
-                   
183 182
 
184 183
     #if ENABLED(DISTINCT_E_FACTORS)
185 184
       static uint8_t last_extruder;                 // Respond to extruder change

+ 10
- 11
Marlin/src/pins/pins.h View File

@@ -296,8 +296,7 @@
296 296
   #include "pins_COHESION3D_REMIX.h"  // LPC176x                                    env:LPC1768 env:LPC1768_debug_and_upload
297 297
 #elif MB(COHESION3D_MINI)
298 298
   #include "pins_COHESION3D_MINI.h"   // LPC176x                                    env:LPC1768 env:LPC1768_debug_and_upload
299
-  
300
-  
299
+
301 300
 //
302 301
 // Other 32-bit Boards
303 302
 //
@@ -353,8 +352,8 @@
353 352
 
354 353
 //
355 354
 // STM32 ARM Cortex-M3
356
-//  
357
-  
355
+//
356
+
358 357
 #elif MB(STM32F1R)
359 358
   #include "pins_STM32F1R.h"          // STM32F1                                    env:STM32F1
360 359
 #elif MB(STM3R_MINI)
@@ -363,13 +362,13 @@
363 362
   #include "pins_MALYAN_M200.h"       // STM32F1                                    env:malyanm200
364 363
 #elif MB(CHITU3D)
365 364
   #include "pins_CHITU3D.h"           // STM32F1                                    env:STM32F1
366
-  
365
+
367 366
 //
368 367
 // STM32 ARM Cortex-M4F
369
-//  
368
+//
370 369
 
371 370
 #elif MB(TEENSY35_36)
372
-  #include "pins_TEENSY35_36.h"       // TEENSY35_36                                env:teensy35  
371
+  #include "pins_TEENSY35_36.h"       // TEENSY35_36                                env:teensy35
373 372
 #elif MB(BEAST)
374 373
   #include "pins_BEAST.h"             // STM32F4                                    env:STM32F4
375 374
 #elif MB(STM32F4)
@@ -377,11 +376,11 @@
377 376
 
378 377
 //
379 378
 // ARM Cortex M7
380
-//  
381
-  
379
+//
380
+
382 381
 #elif MB(THE_BORG)
383
-  #include "pins_THE_BORG.h"          // STM32F7                                    env:STM32F7  
384
-  
382
+  #include "pins_THE_BORG.h"          // STM32F7                                    env:STM32F7
383
+
385 384
 #else
386 385
   #error "Unknown MOTHERBOARD value set in Configuration.h"
387 386
 #endif

Loading…
Cancel
Save