diff options
author | 2014-03-31 22:03:29 +0000 | |
---|---|---|
committer | 2014-03-31 22:03:29 +0000 | |
commit | 49241bda98f8df72c9894517ffe7abbe2c90f48c (patch) | |
tree | 6f0f9ce9993b583a57ce20d734c662143a7cabcf /sbin/fdisk/user.c | |
parent | Don't crash with a zero-length argument to setb, from J Raynor. (diff) | |
download | wireguard-openbsd-49241bda98f8df72c9894517ffe7abbe2c90f48c.tar.xz wireguard-openbsd-49241bda98f8df72c9894517ffe7abbe2c90f48c.zip |
Whitespace rectification.
Diffstat (limited to 'sbin/fdisk/user.c')
-rw-r--r-- | sbin/fdisk/user.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/fdisk/user.c b/sbin/fdisk/user.c index 64cca42e970..5df8f1110d8 100644 --- a/sbin/fdisk/user.c +++ b/sbin/fdisk/user.c @@ -1,4 +1,4 @@ -/* $OpenBSD: user.c,v 1.34 2014/03/20 13:18:21 krw Exp $ */ +/* $OpenBSD: user.c,v 1.35 2014/03/31 22:03:29 krw Exp $ */ /* * Copyright (c) 1997 Tobias Weingartner @@ -59,7 +59,6 @@ struct cmd cmd_table[] = { {NULL, NULL, NULL} }; - int USER_init(struct disk *disk, struct mbr *tt, int preserve) { @@ -193,4 +192,3 @@ USER_print_disk(struct disk *disk) return (close(fd)); } - |