whitespace
This commit is contained in:
parent
31add2e69f
commit
525d022841
|
|
@ -921,7 +921,7 @@ void CardReader::presort() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!didSwap) break;
|
if (!didSwap) break;
|
||||||
} //end of bubble sort loop
|
} //end of bubble sort loop
|
||||||
#endif
|
#endif
|
||||||
// Using RAM but not keeping names around
|
// Using RAM but not keeping names around
|
||||||
#if (SDSORT_USES_RAM && !SDSORT_CACHE_NAMES)
|
#if (SDSORT_USES_RAM && !SDSORT_CACHE_NAMES)
|
||||||
|
|
|
||||||
|
|
@ -373,7 +373,6 @@ void set_language_from_EEPROM() {
|
||||||
|
|
||||||
static void lcd_status_screen()
|
static void lcd_status_screen()
|
||||||
{
|
{
|
||||||
|
|
||||||
if (firstrun == 1)
|
if (firstrun == 1)
|
||||||
{
|
{
|
||||||
firstrun = 0;
|
firstrun = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue