diff options
author | maxim <maxim@FreeBSD.org> | 2016-03-18 15:44:21 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2016-03-18 15:44:21 +0000 |
commit | 578b681e58e3482726125b3daafd6168bc2ad773 (patch) | |
tree | 89406b1bdea591f2a64011e012a158addcb7643e /sbin/ping | |
parent | 2aa955eddda89e9d6956e9364c6349fdeff540ce (diff) | |
download | FreeBSD-src-578b681e58e3482726125b3daafd6168bc2ad773.zip FreeBSD-src-578b681e58e3482726125b3daafd6168bc2ad773.tar.gz |
o Restore some good whitespace killed in the previous commit.
Spotted by: bjk
Diffstat (limited to 'sbin/ping')
-rw-r--r-- | sbin/ping/ping.c | 2 |
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"); |