o Restore some good whitespace killed in the previous commit.

Spotted by:	bjk
This commit is contained in:
Maxim Konovalov 2016-03-18 15:44:21 +00:00
parent b44a097edb
commit 028c7845c0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=297027

View file

@ -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");