瀏覽代碼

whitespace

PavelSindler 6 年之前
父節點
當前提交
cc20da62a8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Firmware/ultralcd.cpp

+ 1 - 1
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;