loader: fix indentation in efi_console and vidconsole

Remove extra tab.

Reported by:	yuripv
This commit is contained in:
Toomas Soome 2019-09-25 07:36:35 +00:00
parent 233ab015c0
commit 8074c5cc86
2 changed files with 2 additions and 2 deletions

View File

@ -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);
} }

View File

@ -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);
} }