diff --git a/Marlin/src/HAL/STM32F1/HAL.cpp b/Marlin/src/HAL/STM32F1/HAL.cpp
index 5920334bb10..cd1efc16591 100644
--- a/Marlin/src/HAL/STM32F1/HAL.cpp
+++ b/Marlin/src/HAL/STM32F1/HAL.cpp
@@ -99,7 +99,7 @@ const uint8_t adc_pins[] = {
   #endif
   #if HAS_TEMP_ADC_PROBE
     TEMP_PROBE_PIN,
-  #endif   
+  #endif
   #if HAS_HEATED_BED
     TEMP_BED_PIN,
   #endif
@@ -156,7 +156,7 @@ enum TempPinIndex : char {
   #endif
   #if HAS_TEMP_ADC_PROBE
     TEMP_PROBE,
-  #endif   
+  #endif
   #if HAS_HEATED_BED
     TEMP_BED,
   #endif
@@ -349,7 +349,7 @@ void HAL_adc_start_conversion(const uint8_t adc_pin) {
     #endif
     #if HAS_TEMP_ADC_PROBE
       case TEMP_PROBE_PIN: pin_index = TEMP_PROBE; break;
-    #endif   
+    #endif
     #if HAS_HEATED_BED
       case TEMP_BED_PIN: pin_index = TEMP_BED; break;
     #endif
diff --git a/buildroot/share/PlatformIO/variants/archim/build_gcc/debug.mk b/buildroot/share/PlatformIO/variants/archim/build_gcc/debug.mk
index d0716744a7f..a3cc2337a87 100644
--- a/buildroot/share/PlatformIO/variants/archim/build_gcc/debug.mk
+++ b/buildroot/share/PlatformIO/variants/archim/build_gcc/debug.mk
@@ -8,7 +8,7 @@
 #
 #  This library is distributed in the hope that it will be useful,
 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #  See the GNU Lesser General Public License for more details.
 #
 #  You should have received a copy of the GNU Lesser General Public
diff --git a/buildroot/share/PlatformIO/variants/archim/build_gcc/release.mk b/buildroot/share/PlatformIO/variants/archim/build_gcc/release.mk
index 0d15157f4f7..2659255bffd 100644
--- a/buildroot/share/PlatformIO/variants/archim/build_gcc/release.mk
+++ b/buildroot/share/PlatformIO/variants/archim/build_gcc/release.mk
@@ -8,7 +8,7 @@
 #
 #  This library is distributed in the hope that it will be useful,
 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #  See the GNU Lesser General Public License for more details.
 #
 #  You should have received a copy of the GNU Lesser General Public
diff --git a/buildroot/share/PlatformIO/variants/archim/debug_scripts/iar/arduino_due_sram.mac b/buildroot/share/PlatformIO/variants/archim/debug_scripts/iar/arduino_due_sram.mac
index ba86029d343..d97a4ab6bb8 100644
--- a/buildroot/share/PlatformIO/variants/archim/debug_scripts/iar/arduino_due_sram.mac
+++ b/buildroot/share/PlatformIO/variants/archim/debug_scripts/iar/arduino_due_sram.mac
@@ -38,7 +38,7 @@ execUserPreload()
     __message "------------------------------ execUserPreload ---------------------------------";
 
     __hwReset(0);                          //* Hardware Reset: CPU is automatically halted after the reset
-    
+
     // perpheral reset RSTC_CR
     __writeMemory32(0xA5000004,0x400e1200,"Memory");
 }