summaryrefslogtreecommitdiffstats
path: root/sbin/newfs
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/newfs')
-rw-r--r--sbin/newfs/mkfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/newfs/mkfs.c b/sbin/newfs/mkfs.c
index 8017dbb..2ca9508 100644
--- a/sbin/newfs/mkfs.c
+++ b/sbin/newfs/mkfs.c
@@ -457,7 +457,7 @@ mkfs(struct partition *pp, char *fsys)
}
if (Eflag == 2)
printf("** Leaving BAD MAGIC on Eflag 2\n");
- else if( Oflag != 1 )
+ else if (Oflag != 1)
sblock.fs_magic = FS_UFS2_MAGIC;
/*
OpenPOWER on IntegriCloud