Browse Source

Fix spacing of an #endif

Scott Lahteine 8 years ago
parent
commit
15fccd43ee
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/ultralcd.cpp

+ 1
- 1
Marlin/ultralcd.cpp View File

1867
         blink++;     // Variable for animation
1867
         blink++;     // Variable for animation
1868
         (*currentMenu)();
1868
         (*currentMenu)();
1869
       }
1869
       }
1870
-      #endif
1870
+    #endif
1871
 
1871
 
1872
     #if ENABLED(LCD_HAS_STATUS_INDICATORS)
1872
     #if ENABLED(LCD_HAS_STATUS_INDICATORS)
1873
       lcd_implementation_update_indicators();
1873
       lcd_implementation_update_indicators();

Loading…
Cancel
Save