From ddaef1a60c5e01576509d3c79a83b750fefd6969 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <github@thinkyhead.com>
Date: Thu, 11 Oct 2018 21:40:55 -0500
Subject: [PATCH] Clean trailing whitespace

---
 Marlin/src/module/stepper.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Marlin/src/module/stepper.cpp b/Marlin/src/module/stepper.cpp
index d3ce5b70a0..e080bfb347 100644
--- a/Marlin/src/module/stepper.cpp
+++ b/Marlin/src/module/stepper.cpp
@@ -2552,7 +2552,7 @@ void Stepper::report_positions() {
       #if PIN_EXISTS(Z3_MS3)
         SET_OUTPUT(Z3_MS3_PIN);
       #endif
-    #endif    
+    #endif
     #if HAS_E0_MICROSTEPS
       SET_OUTPUT(E0_MS1_PIN);
       SET_OUTPUT(E0_MS2_PIN);
@@ -2758,7 +2758,7 @@ void Stepper::report_positions() {
       #endif
       #if HAS_E5_MICROSTEPS && PIN_EXISTS(E5_MS3)
         case 8: WRITE(E5_MS3_PIN, ms3); break;
-      #endif    
+      #endif
     }
   }
 
@@ -2865,7 +2865,7 @@ void Stepper::report_positions() {
       SERIAL_PROTOCOLLN(READ(E5_MS2_PIN));
       #if PIN_EXISTS(E5_MS3)
         SERIAL_PROTOCOLLN(READ(E5_MS3_PIN));
-      #endif      
+      #endif
     #endif
   }
 
-- 
GitLab