artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e095a1f
)
Whitespace nit.
author
krw
<krw@openbsd.org>
Mon, 14 Feb 2022 16:10:45 +0000
(16:10 +0000)
committer
krw
<krw@openbsd.org>
Mon, 14 Feb 2022 16:10:45 +0000
(16:10 +0000)
sbin/disklabel/editor.c
patch
|
blob
|
history
diff --git
a/sbin/disklabel/editor.c
b/sbin/disklabel/editor.c
index
b43f10f
..
295e412
100644
(file)
--- a/
sbin/disklabel/editor.c
+++ b/
sbin/disklabel/editor.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: editor.c,v 1.37
0 2021/12/19 19:26:18
krw Exp $ */
+/* $OpenBSD: editor.c,v 1.37
1 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;
}