瀏覽代碼

Trim whitespace

Scott Lahteine 6 年之前
父節點
當前提交
027a901bec
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. 1
    1
      Marlin/src/feature/power_loss_recovery.cpp
  2. 1
    1
      Marlin/src/lcd/menu/game/invaders.cpp

+ 1
- 1
Marlin/src/feature/power_loss_recovery.cpp 查看文件

@@ -135,7 +135,7 @@ void PrintJobRecovery::save(const bool force/*=false*/, const bool save_queue/*=
135 135
         || ELAPSED(ms, next_save_ms)
136 136
       #endif
137 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 139
     #endif
140 140
   ) {
141 141
 

+ 1
- 1
Marlin/src/lcd/menu/game/invaders.cpp 查看文件

@@ -63,7 +63,7 @@ const unsigned char invader[3][2][16] PROGMEM = {
63 63
       B01111111,B11110000,
64 64
       B00011111,B11000000,
65 65
       B00010000,B01000000,
66
-      B00100000,B00100000 
66
+      B00100000,B00100000
67 67
     }
68 68
   }, {
69 69
     { B00001111,B00000000,

Loading…
取消
儲存