From f7f1b83409d4a3646b29666e18dd21b77190af19 Mon Sep 17 00:00:00 2001 From: krw Date: Sat, 21 Jan 2017 08:33:51 +0000 Subject: Nuke whitespace foolish enough to expose itself during the great "warning:" rectification. --- usr.sbin/amd/amq/amq.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.sbin/amd') 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. */ -- cgit v1.2.3-59-g8ed1b