summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Obser <florian@cvs.openbsd.org>2016-09-17 09:22:32 +0000
committerFlorian Obser <florian@cvs.openbsd.org>2016-09-17 09:22:32 +0000
commiteda0a022deb76766e680f9981322bcf01726d0cf (patch)
treee284029d66d342f9f036b321f7fb2aacc4d6728f
parentcadfe594f1b5a6c1d9b6b7f9d55a0eaec541619d (diff)
style
-rw-r--r--sbin/ping/ping.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sbin/ping/ping.c b/sbin/ping/ping.c
index 920f95fdc8d..a09559c254e 100644
--- a/sbin/ping/ping.c
+++ b/sbin/ping/ping.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ping.c,v 1.190 2016/09/17 09:21:59 florian Exp $ */
+/* $OpenBSD: ping.c,v 1.191 2016/09/17 09:22:31 florian Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -503,9 +503,8 @@ main(int argc, char *argv[])
err(1, "Cannot set the receive buffer size");
}
if (bufspace < IP_MAXPACKET)
- warnx("Could only allocate a receive buffer of %d bytes (default %d)",
- bufspace, IP_MAXPACKET);
-
+ warnx("Could only allocate a receive buffer of %d bytes "
+ "(default %d)", bufspace, IP_MAXPACKET);
if (options & F_TTL) {
if (IN_MULTICAST(ntohl(dst.sin_addr.s_addr)))