diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2022-02-14 16:10:46 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2022-02-14 16:10:46 +0000 |
commit | 95af53cda74250bbba9723f0810115ca7d062d8e (patch) | |
tree | 64d6e9f30bf4e57ed4a65d7c7177216660a41442 /sbin | |
parent | 6f25d0db6ccdd461529111b88cdd48d3319728e8 (diff) |
Whitespace nit.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/disklabel/editor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/disklabel/editor.c b/sbin/disklabel/editor.c index b43f10f340f..295e412ca0b 100644 --- a/sbin/disklabel/editor.c +++ b/sbin/disklabel/editor.c @@ -1,4 +1,4 @@ -/* $OpenBSD: editor.c,v 1.370 2021/12/19 19:26:18 krw Exp $ */ +/* $OpenBSD: editor.c,v 1.371 2022/02/14 16:10:45 krw Exp $ */ /* * Copyright (c) 1997-2000 Todd C. Miller <millert@openbsd.org> @@ -588,7 +588,7 @@ again: if (index >= alloc_table_nitems) return 1; lp = &label; - for (i=0; i<MAXPARTITIONS; i++) { + for (i = 0; i < MAXPARTITIONS; i++) { free(mountpoints[i]); mountpoints[i] = NULL; } |