From 61273736b3c60ff7ad790adb72f98cd1e5389ae6 Mon Sep 17 00:00:00 2001 From: Maxim Konovalov Date: Fri, 18 Mar 2016 15:07:43 +0000 Subject: o Kill EoL whitespaces. --- sbin/ping/ping.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/ping') diff --git a/sbin/ping/ping.c b/sbin/ping/ping.c index 5b276fcbefcc..0425df3fdc82 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"); -- cgit v1.2.3