Selaa lähdekoodia

Fix spacing of an #endif

Scott Lahteine 8 vuotta sitten
vanhempi
commit
15fccd43ee
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      Marlin/ultralcd.cpp

+ 1
- 1
Marlin/ultralcd.cpp Näytä tiedosto

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

Loading…
Peruuta
Tallenna