summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-10-28 22:23:22 +0000
committerRoland McGrath <roland@gnu.org>1994-10-28 22:23:22 +0000
commitaa734327a305badc09eecd575281ddbee226ef8e (patch)
treef277fdb9b9e3f658fdfc873934b14438cfd18a98
parent7aa7b525bc1b2e0a1fc6fb165aefc32f8499b794 (diff)
entered into RCS
-rw-r--r--ufs/main.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/ufs/main.c b/ufs/main.c
index 7fcfa43b..4c617193 100644
--- a/ufs/main.c
+++ b/ufs/main.c
@@ -163,14 +163,14 @@ main (int argc, char **argv)
get_hypermetadata ();
if (diskpagersize < sblock->fs_size * sblock->fs_fsize)
- {
- fprintf (stderr,
- "Disk size (%d) less than necessary "
- "(superblock says we need %ld)\n",
- sizes[DEV_GET_SIZE_DEVICE_SIZE],
- sblock->fs_size * sblock->fs_fsize);
- exit (1);
- }
+ {
+ fprintf (stderr,
+ "Disk size (%d) less than necessary "
+ "(superblock says we need %ld)\n",
+ sizes[DEV_GET_SIZE_DEVICE_SIZE],
+ sblock->fs_size * sblock->fs_fsize);
+ exit (1);
+ }
vm_allocate (mach_task_self (), &zeroblock, sblock->fs_bsize, 1);