Browse Source

Trailing whitespace

Scott Lahteine 3 years ago
parent
commit
f5bae208cc

+ 3
- 3
Marlin/src/HAL/STM32F1/HAL.cpp View File

99
   #endif
99
   #endif
100
   #if HAS_TEMP_ADC_PROBE
100
   #if HAS_TEMP_ADC_PROBE
101
     TEMP_PROBE_PIN,
101
     TEMP_PROBE_PIN,
102
-  #endif   
102
+  #endif
103
   #if HAS_HEATED_BED
103
   #if HAS_HEATED_BED
104
     TEMP_BED_PIN,
104
     TEMP_BED_PIN,
105
   #endif
105
   #endif
156
   #endif
156
   #endif
157
   #if HAS_TEMP_ADC_PROBE
157
   #if HAS_TEMP_ADC_PROBE
158
     TEMP_PROBE,
158
     TEMP_PROBE,
159
-  #endif   
159
+  #endif
160
   #if HAS_HEATED_BED
160
   #if HAS_HEATED_BED
161
     TEMP_BED,
161
     TEMP_BED,
162
   #endif
162
   #endif
349
     #endif
349
     #endif
350
     #if HAS_TEMP_ADC_PROBE
350
     #if HAS_TEMP_ADC_PROBE
351
       case TEMP_PROBE_PIN: pin_index = TEMP_PROBE; break;
351
       case TEMP_PROBE_PIN: pin_index = TEMP_PROBE; break;
352
-    #endif   
352
+    #endif
353
     #if HAS_HEATED_BED
353
     #if HAS_HEATED_BED
354
       case TEMP_BED_PIN: pin_index = TEMP_BED; break;
354
       case TEMP_BED_PIN: pin_index = TEMP_BED; break;
355
     #endif
355
     #endif

+ 1
- 1
buildroot/share/PlatformIO/variants/archim/build_gcc/debug.mk View File

8
 #
8
 #
9
 #  This library is distributed in the hope that it will be useful,
9
 #  This library is distributed in the hope that it will be useful,
10
 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
10
 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
11
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
11
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12
 #  See the GNU Lesser General Public License for more details.
12
 #  See the GNU Lesser General Public License for more details.
13
 #
13
 #
14
 #  You should have received a copy of the GNU Lesser General Public
14
 #  You should have received a copy of the GNU Lesser General Public

+ 1
- 1
buildroot/share/PlatformIO/variants/archim/build_gcc/release.mk View File

8
 #
8
 #
9
 #  This library is distributed in the hope that it will be useful,
9
 #  This library is distributed in the hope that it will be useful,
10
 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
10
 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
11
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
11
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12
 #  See the GNU Lesser General Public License for more details.
12
 #  See the GNU Lesser General Public License for more details.
13
 #
13
 #
14
 #  You should have received a copy of the GNU Lesser General Public
14
 #  You should have received a copy of the GNU Lesser General Public

+ 1
- 1
buildroot/share/PlatformIO/variants/archim/debug_scripts/iar/arduino_due_sram.mac View File

38
     __message "------------------------------ execUserPreload ---------------------------------";
38
     __message "------------------------------ execUserPreload ---------------------------------";
39
 
39
 
40
     __hwReset(0);                          //* Hardware Reset: CPU is automatically halted after the reset
40
     __hwReset(0);                          //* Hardware Reset: CPU is automatically halted after the reset
41
-    
41
+
42
     // perpheral reset RSTC_CR
42
     // perpheral reset RSTC_CR
43
     __writeMemory32(0xA5000004,0x400e1200,"Memory");
43
     __writeMemory32(0xA5000004,0x400e1200,"Memory");
44
 }
44
 }

Loading…
Cancel
Save