summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vnconfig
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-30 03:57:47 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-30 03:57:47 +0000
commit4f960dd75f181e9fa2edc44324f15f0ab5c64b37 (patch)
tree15a9c7203efd47ba6dde2896fdb6327dddd4547f /usr.sbin/vnconfig
parent30ef9631c5eac7f8254bd3d7ad274d34d9f518b8 (diff)
downloadFreeBSD-src-4f960dd75f181e9fa2edc44324f15f0ab5c64b37.zip
FreeBSD-src-4f960dd75f181e9fa2edc44324f15f0ab5c64b37.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'usr.sbin/vnconfig')
-rw-r--r--usr.sbin/vnconfig/vnconfig.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/vnconfig/vnconfig.c b/usr.sbin/vnconfig/vnconfig.c
index 96b7526..8e20a11 100644
--- a/usr.sbin/vnconfig/vnconfig.c
+++ b/usr.sbin/vnconfig/vnconfig.c
@@ -183,7 +183,7 @@ main(argc, argv)
exit(rv);
}
-int
+int
what_opt(str,p)
char *str;
u_long *p;
@@ -267,7 +267,7 @@ config(vnp)
printf("%s: %d bytes on %s\n",
dev, vnio.vn_size, file);
}
- /*
+ /*
* Set an option
*/
if (flags & VN_SET) {
@@ -281,7 +281,7 @@ config(vnp)
} else if (verbose)
printf("%s: flags now=%08x\n",dev,l);
}
- /*
+ /*
* Reset an option
*/
if (flags & VN_RESET) {
OpenPOWER on IntegriCloud