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