aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/efivar/efivar.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2016-10-16 05:53:18 +0000
committerWarner Losh <imp@FreeBSD.org>2016-10-16 05:53:18 +0000
commitfe7d9f8ebce397d7fd44fadf66a449f160b59784 (patch)
tree9aee4c2f51ee6077e7154cd99e72fb8df1dff6d2 /usr.sbin/efivar/efivar.c
parent69d251f9103e0dcc26871e68b17829bf974d0a7d (diff)
downloadsrc-fe7d9f8ebce397d7fd44fadf66a449f160b59784.tar.gz
src-fe7d9f8ebce397d7fd44fadf66a449f160b59784.zip
style(9) nit: space after |.
Notes
Notes: svn path=/head/; revision=307390
Diffstat (limited to 'usr.sbin/efivar/efivar.c')
-rw-r--r--usr.sbin/efivar/efivar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/efivar/efivar.c b/usr.sbin/efivar/efivar.c
index a4dac498d680..994cc8dfb19e 100644
--- a/usr.sbin/efivar/efivar.c
+++ b/usr.sbin/efivar/efivar.c
@@ -62,7 +62,7 @@ static struct option longopts[] = {
static int aflag, Aflag, bflag, dflag, Dflag, Hflag, Nflag,
lflag, Lflag, Rflag, wflag, pflag;
static char *varname;
-static u_long attrib = EFI_VARIABLE_NON_VOLATILE |EFI_VARIABLE_BOOTSERVICE_ACCESS | EFI_VARIABLE_RUNTIME_ACCESS;
+static u_long attrib = EFI_VARIABLE_NON_VOLATILE | EFI_VARIABLE_BOOTSERVICE_ACCESS | EFI_VARIABLE_RUNTIME_ACCESS;
static void
usage(void)