summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2016-03-18 15:44:21 +0000
committermaxim <maxim@FreeBSD.org>2016-03-18 15:44:21 +0000
commit578b681e58e3482726125b3daafd6168bc2ad773 (patch)
tree89406b1bdea591f2a64011e012a158addcb7643e
parent2aa955eddda89e9d6956e9364c6349fdeff540ce (diff)
downloadFreeBSD-src-578b681e58e3482726125b3daafd6168bc2ad773.zip
FreeBSD-src-578b681e58e3482726125b3daafd6168bc2ad773.tar.gz
o Restore some good whitespace killed in the previous commit.
Spotted by: bjk
-rw-r--r--sbin/ping/ping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ping/ping.c b/sbin/ping/ping.c
index 0425df3..e7df6ca 100644
--- a/sbin/ping/ping.c
+++ b/sbin/ping/ping.c
@@ -794,7 +794,7 @@ main(int argc, char *const *argv)
#endif
if (sweepmax) {
if (sweepmin > sweepmax)
- errx(EX_USAGE,"Maximum packet size must be no less than the minimum packet size");
+ errx(EX_USAGE, "Maximum packet size must be no less than the minimum packet size");
if (datalen != DEFDATALEN)
errx(EX_USAGE, "Packet size and ping sweep are mutually exclusive");
OpenPOWER on IntegriCloud