Pārlūkot izejas kodu

Trailing whitespace

Scott Lahteine 3 gadus atpakaļ
vecāks
revīzija
a4e4226578

+ 3
- 3
Marlin/src/HAL/STM32F1/HAL.cpp Parādīt failu

@@ -99,7 +99,7 @@ const uint8_t adc_pins[] = {
99 99
   #endif
100 100
   #if HAS_TEMP_ADC_PROBE
101 101
     TEMP_PROBE_PIN,
102
-  #endif   
102
+  #endif
103 103
   #if HAS_HEATED_BED
104 104
     TEMP_BED_PIN,
105 105
   #endif
@@ -156,7 +156,7 @@ enum TempPinIndex : char {
156 156
   #endif
157 157
   #if HAS_TEMP_ADC_PROBE
158 158
     TEMP_PROBE,
159
-  #endif   
159
+  #endif
160 160
   #if HAS_HEATED_BED
161 161
     TEMP_BED,
162 162
   #endif
@@ -349,7 +349,7 @@ void HAL_adc_start_conversion(const uint8_t adc_pin) {
349 349
     #endif
350 350
     #if HAS_TEMP_ADC_PROBE
351 351
       case TEMP_PROBE_PIN: pin_index = TEMP_PROBE; break;
352
-    #endif   
352
+    #endif
353 353
     #if HAS_HEATED_BED
354 354
       case TEMP_BED_PIN: pin_index = TEMP_BED; break;
355 355
     #endif

+ 1
- 1
buildroot/share/PlatformIO/variants/archim/build_gcc/debug.mk Parādīt failu

@@ -8,7 +8,7 @@
8 8
 #
9 9
 #  This library is distributed in the hope that it will be useful,
10 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 12
 #  See the GNU Lesser General Public License for more details.
13 13
 #
14 14
 #  You should have received a copy of the GNU Lesser General Public

+ 1
- 1
buildroot/share/PlatformIO/variants/archim/build_gcc/release.mk Parādīt failu

@@ -8,7 +8,7 @@
8 8
 #
9 9
 #  This library is distributed in the hope that it will be useful,
10 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 12
 #  See the GNU Lesser General Public License for more details.
13 13
 #
14 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 Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt