diff --git a/Marlin/src/HAL/HAL_DUE/spi_pins.h b/Marlin/src/HAL/HAL_DUE/spi_pins.h
index 58916c91ee4ea76c5895813c321638be9d30d537..69bcd39e78d9ed9e977ec40e01f07496e6a2005d 100644
--- a/Marlin/src/HAL/HAL_DUE/spi_pins.h
+++ b/Marlin/src/HAL/HAL_DUE/spi_pins.h
@@ -41,7 +41,7 @@
     #define SPI_CHAN         0
   #else
     #define SPI_PIN         87
-    #define SPI_CHAN         1  
+    #define SPI_CHAN         1
   #endif
   #define SCK_PIN           76
   #define MISO_PIN          74
diff --git a/Marlin/src/Marlin.cpp b/Marlin/src/Marlin.cpp
index fdc6649799032b094382b11499df001a4da0b9a1..4b76253718d9bc1156fcce34aaf82c16a8f4d2d3 100644
--- a/Marlin/src/Marlin.cpp
+++ b/Marlin/src/Marlin.cpp
@@ -872,11 +872,11 @@ void setup() {
   #endif
 
   setup_killpin();
-  
+
   #if HAS_DRIVER(TMC2208)
     tmc2208_serial_begin();
   #endif
-  
+
   setup_powerhold();
 
   #if HAS_STEPPER_RESET
diff --git a/buildroot/share/git/ghtp b/buildroot/share/git/ghtp
index 3c0d42a63708a4c0d5fb8b3bd93a059274b73835..f7a6263012cdf1336f34059b357f936731e77603 100755
--- a/buildroot/share/git/ghtp
+++ b/buildroot/share/git/ghtp
@@ -20,7 +20,7 @@ case "$1" in
     ;;
 esac
 
-REMOTES=$(git remote -v | egrep "\t$MATCH" | gawk '{print $1 " " $2}' | sort -u | sed  "s/$FORMULA/")
+REMOTES=$(git remote -v | egrep "\t$MATCH" | gawk '{print $1 " " $2}' | sort -u | sed "s/$FORMULA/")
 
 if [[ -z $REMOTES ]]; then
   echo "Nothing to do." ; exit