fix formatting

This commit is contained in:
Jon Dugan 2009-07-24 21:01:48 +00:00
parent 40a1df10c1
commit a613b6a3b6

View File

@ -36,10 +36,10 @@ static struct option longopts[] =
{ "bandwidth", required_argument, NULL, 'b' },
{ "length", required_argument, NULL, 'l' },
{ "window", required_argument, NULL, 'w' },
{"interval", required_argument, NULL, 'i'},
{"NoDelay", no_argument, NULL, 'N'},
{"Print-mss", no_argument, NULL, 'm'},
{"Set-mss", required_argument, NULL, 'M'},
{ "interval", required_argument, NULL, 'i' },
{ "NoDelay", no_argument, NULL, 'N' },
{ "Print-mss", no_argument, NULL, 'm' },
{ "Set-mss", required_argument, NULL, 'M' },
{ NULL, 0, NULL, 0 }
};