소스 검색

whitespace correction

PavelSindler 7 년 전
부모
커밋
6728e425cc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Firmware/ultralcd.cpp

+ 2 - 2
Firmware/ultralcd.cpp

@@ -4959,9 +4959,9 @@ void lcd_sdcard_menu()
   uint8_t sdSort = eeprom_read_byte((uint8_t*)EEPROM_SD_SORT);
 
   if (presort_flag == true) {
- 	  presort_flag = false;
+	  presort_flag = false;
 	  card.presort();	  
-   }
+  }
   if (lcdDrawUpdate == 0 && LCD_CLICKED == 0)
     //delay(100);
   return; // nothing to do (so don't thrash the SD card)