aboutsummaryrefslogtreecommitdiff
path: root/stand/efi/libefi
diff options
context:
space:
mode:
authorToomas Soome <tsoome@FreeBSD.org>2019-09-25 07:36:35 +0000
committerToomas Soome <tsoome@FreeBSD.org>2019-09-25 07:36:35 +0000
commit8074c5cc861f4072dc019ac06fe17ba8313b56ad (patch)
treedd06e4e54379aee9e24ca3bf565a7616f01b59ee /stand/efi/libefi
parent233ab015c0d735089bd6863f8d0a0fd25b62c2a6 (diff)
downloadsrc-8074c5cc861f4072dc019ac06fe17ba8313b56ad.tar.gz
src-8074c5cc861f4072dc019ac06fe17ba8313b56ad.zip
loader: fix indentation in efi_console and vidconsole
Remove extra tab. Reported by: yuripv
Notes
Notes: svn path=/head/; revision=352670
Diffstat (limited to 'stand/efi/libefi')
-rw-r--r--stand/efi/libefi/efi_console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/efi/libefi/efi_console.c b/stand/efi/libefi/efi_console.c
index 746d57f9cb68..26e051fe73ad 100644
--- a/stand/efi/libefi/efi_console.c
+++ b/stand/efi/libefi/efi_console.c
@@ -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);
}