From 54ccfcc7053bfa57dfe88abca5e420e72548c99c Mon Sep 17 00:00:00 2001
From: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sat, 27 Feb 2021 16:26:49 -0600
Subject: [PATCH] whitespace

---
 Marlin/src/HAL/STM32/HAL.cpp                          | 2 +-
 buildroot/share/PlatformIO/scripts/common-cxxflags.py | 4 ++--
 platformio.ini                                        | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Marlin/src/HAL/STM32/HAL.cpp b/Marlin/src/HAL/STM32/HAL.cpp
index 4b530cc738e..d13be1a21a3 100644
--- a/Marlin/src/HAL/STM32/HAL.cpp
+++ b/Marlin/src/HAL/STM32/HAL.cpp
@@ -63,7 +63,7 @@ TERN_(POSTMORTEM_DEBUGGING, extern void install_min_serial());
 void HAL_init() {
   FastIO_init();
 
-  // Ensure F_CPU is a constant expression. 
+  // Ensure F_CPU is a constant expression.
   // If the compiler breaks here, it means that delay code that should compute at compile time will not work.
   // So better safe than sorry here.
   constexpr int cpuFreq = F_CPU;
diff --git a/buildroot/share/PlatformIO/scripts/common-cxxflags.py b/buildroot/share/PlatformIO/scripts/common-cxxflags.py
index ed863a917a6..5c2bde7700f 100644
--- a/buildroot/share/PlatformIO/scripts/common-cxxflags.py
+++ b/buildroot/share/PlatformIO/scripts/common-cxxflags.py
@@ -28,8 +28,8 @@ def add_cpu_freq():
 if env.GetBuildType() == "debug":
 	env['BUILD_DIR'] = '$PROJECT_BUILD_DIR/$PIOENV/debug'
 
-# On some platform, F_CPU is a runtime variable. Since it's used to convert from ns 
-# to CPU cycles, this adds overhead preventing small delay (in the order of less than 
+# On some platform, F_CPU is a runtime variable. Since it's used to convert from ns
+# to CPU cycles, this adds overhead preventing small delay (in the order of less than
 # 30 cycles) to be generated correctly. By using a compile time constant instead
 # the compiler will perform the computation and this overhead will be avoided
 add_cpu_freq()
diff --git a/platformio.ini b/platformio.ini
index 12f709bc70e..2c011a9e87f 100644
--- a/platformio.ini
+++ b/platformio.ini
@@ -1344,7 +1344,7 @@ build_flags       = ${common_stm32.build_flags}
 extends           = env:BIGTREE_GTR_V1_0
 platform_packages = ${stm32_flash_drive.platform_packages}
 build_unflags     = -DUSBCON -DUSBD_USE_CDC
-build_flags       = ${stm32_flash_drive.build_flags} 
+build_flags       = ${stm32_flash_drive.build_flags}
   -DSTM32F407IX -DVECT_TAB_OFFSET=0x8000
 
 #