loader: fix indentation in efi_console and vidconsole
Remove extra tab. Reported by: yuripv
This commit is contained in:
parent
233ab015c0
commit
8074c5cc86
@ -374,7 +374,7 @@ color_name_to_teken(const char *name, int *val)
|
|||||||
*val = TC_CYAN;
|
*val = TC_CYAN;
|
||||||
return (true);
|
return (true);
|
||||||
}
|
}
|
||||||
if (strcasecmp(name, "white") == 0) {
|
if (strcasecmp(name, "white") == 0) {
|
||||||
*val = TC_WHITE;
|
*val = TC_WHITE;
|
||||||
return (true);
|
return (true);
|
||||||
}
|
}
|
||||||
|
@ -600,7 +600,7 @@ color_name_to_teken(const char *name, int *val)
|
|||||||
*val = TC_CYAN;
|
*val = TC_CYAN;
|
||||||
return (true);
|
return (true);
|
||||||
}
|
}
|
||||||
if (strcasecmp(name, "white") == 0) {
|
if (strcasecmp(name, "white") == 0) {
|
||||||
*val = TC_WHITE;
|
*val = TC_WHITE;
|
||||||
return (true);
|
return (true);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user