From cc20da62a8cf710193b2a4369c19c8474ab5065f Mon Sep 17 00:00:00 2001
From: PavelSindler <sindlerpa@gmail.com>
Date: Wed, 10 Jan 2018 23:31:06 +0100
Subject: [PATCH] whitespace

---
 Firmware/ultralcd.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Firmware/ultralcd.cpp b/Firmware/ultralcd.cpp
index 7fc8cde9..5644cf3b 100644
--- a/Firmware/ultralcd.cpp
+++ b/Firmware/ultralcd.cpp
@@ -6665,7 +6665,7 @@ void lcd_update(uint8_t lcdDrawUpdateOverride)
       // Exiting a menu. Let's call the menu function the last time with menuExiting flag set to true
       // to give it a chance to save its state.
       // This is useful for example, when the babystep value has to be written into EEPROM.
-	  if (currentMenu != NULL) {
+      if (currentMenu != NULL) {
         menuExiting = true;
         (*currentMenu)();
         menuExiting = false;