From 788eb6e64753806bfc326a78c0e272941ec6cc4d Mon Sep 17 00:00:00 2001
From: CONSULitAS <info@consulitas.de>
Date: Tue, 19 May 2015 08:09:38 +0200
Subject: [PATCH] planner.cpp: remove tab

planner.cpp: single evil and hidden tab removed :recycle: :smirk:
---
 Marlin/planner.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Marlin/planner.cpp b/Marlin/planner.cpp
index 4ecd459999..35753a7735 100644
--- a/Marlin/planner.cpp
+++ b/Marlin/planner.cpp
@@ -441,7 +441,7 @@ void check_axes_activity() {
           fan_kick_end = 0;
         }
     #endif //FAN_KICKSTART_TIME
-	#ifdef FAN_MIN_PWM
+    #ifdef FAN_MIN_PWM
       #define CALC_FAN_SPEED (tail_fan_speed ? ( FAN_MIN_PWM + (tail_fan_speed * (255 - FAN_MIN_PWM)) / 255 ) : 0)
     #else
       #define CALC_FAN_SPEED tail_fan_speed