diff options
author | 2015-08-13 00:03:27 +0000 | |
---|---|---|
committer | 2015-08-13 00:03:27 +0000 | |
commit | 1b5e9a283a80ee25e521cabf8208514480d82504 (patch) | |
tree | aa9899acb4bf1ad4ed4835f72181fea2640acbb6 | |
parent | Remove last two 'uses' of d_subtype in tree. No point in setting (diff) | |
download | wireguard-openbsd-1b5e9a283a80ee25e521cabf8208514480d82504.tar.xz wireguard-openbsd-1b5e9a283a80ee25e521cabf8208514480d82504.zip |
Zap a few stray blanks.
-rw-r--r-- | lib/libc/gen/disklabel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/disklabel.c b/lib/libc/gen/disklabel.c index 8815c5e7f7d..117fce6cb63 100644 --- a/lib/libc/gen/disklabel.c +++ b/lib/libc/gen/disklabel.c @@ -51,7 +51,7 @@ getdiskbyname(const char *name) struct disklabel *dp = &disk; struct partition *pp; char *buf; - char *db_array[2] = { _PATH_DISKTAB, 0 }; + char *db_array[2] = { _PATH_DISKTAB, 0 }; char *cp, *cq; char p, max, psize[3], pbsize[3], pfsize[3], poffset[3], ptype[3]; @@ -106,7 +106,7 @@ getdiskbyname(const char *name) strlcpy(ptype, "tx", sizeof ptype); max = 'a' - 1; pp = &dp->d_partitions[0]; - dp->d_version = 1; + dp->d_version = 1; for (p = 'a'; p < 'a' + MAXPARTITIONS; p++, pp++) { long f; |