summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2017-01-21 08:33:51 +0000
committerkrw <krw@openbsd.org>2017-01-21 08:33:51 +0000
commitf7f1b83409d4a3646b29666e18dd21b77190af19 (patch)
tree3cd092e8cb8c1d267d6a00a611376984815d08b2 /usr.sbin/amd
parentNuke whitespace foolish enough to expose itself during the great (diff)
downloadwireguard-openbsd-f7f1b83409d4a3646b29666e18dd21b77190af19.tar.xz
wireguard-openbsd-f7f1b83409d4a3646b29666e18dd21b77190af19.zip
Nuke whitespace foolish enough to expose itself during the great
"warning:" rectification.
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r--usr.sbin/amd/amq/amq.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/amd/amq/amq.c b/usr.sbin/amd/amq/amq.c
index 9490d678141..972d4ef2c0b 100644
--- a/usr.sbin/amd/amq/amq.c
+++ b/usr.sbin/amd/amq/amq.c
@@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)amq.c 8.1 (Berkeley) 6/7/93
- * $Id: amq.c,v 1.20 2016/12/20 22:19:08 krw Exp $
+ * $Id: amq.c,v 1.21 2017/01/21 08:33:51 krw Exp $
*/
/*
@@ -290,11 +290,11 @@ main(int argc, char *argv[])
if (unmount_flag)
errs = 1;
}
-
+
if (errs) {
show_usage:
fprintf(stderr, "usage: %s [-fmsuv] [-h hostname] "
- "[directory ...]\n", __progname);
+ "[directory ...]\n", __progname);
exit(1);
}
@@ -523,7 +523,7 @@ show_usage:
}
/*
- * udpresport creates a datagram socket and attempts to bind it to a
+ * udpresport creates a datagram socket and attempts to bind it to a
* secure port.
* returns: The bound socket, or -1 to indicate an error.
*/