瀏覽代碼

Clean up trailing spaces from vim, etc.

Scott Lahteine 7 年之前
父節點
當前提交
d259070980
共有 3 個檔案被更改,包括 11 行新增13 行删除
  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 查看文件

164
           lcd_put_wchar('.');
164
           lcd_put_wchar('.');
165
           if (--chars) {
165
           if (--chars) {
166
             // Print a second copy of the message
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 查看文件

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

+ 10
- 11
Marlin/src/pins/pins.h 查看文件

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

Loading…
取消
儲存