summaryrefslogtreecommitdiffstats
path: root/contrib/traceroute
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2015-05-30 19:48:40 +0000
committertuexen <tuexen@FreeBSD.org>2015-05-30 19:48:40 +0000
commit19ecd65a1e2f3d911c6688cde2001b3a95b4539b (patch)
tree1309cb88d3a74d92448dc555644fbfa73ca5c71f /contrib/traceroute
parent2b78315fc06bcef23b6a94a7adb9a7f42c8249b7 (diff)
downloadFreeBSD-src-19ecd65a1e2f3d911c6688cde2001b3a95b4539b.zip
FreeBSD-src-19ecd65a1e2f3d911c6688cde2001b3a95b4539b.tar.gz
Remove trailing whitespaces.
Diffstat (limited to 'contrib/traceroute')
-rw-r--r--contrib/traceroute/traceroute.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/traceroute/traceroute.c b/contrib/traceroute/traceroute.c
index 63cefa1..ed2a2ae 100644
--- a/contrib/traceroute/traceroute.c
+++ b/contrib/traceroute/traceroute.c
@@ -541,12 +541,12 @@ main(int argc, char **argv)
case 'a':
as_path = 1;
break;
-
+
case 'A':
as_path = 1;
as_server = optarg;
break;
-
+
case 'd':
options |= SO_DEBUG;
break;
@@ -931,7 +931,7 @@ main(int argc, char **argv)
as_path = 0;
}
}
-
+
#if defined(IPSEC) && defined(IPSEC_POLICY_IPSEC)
if (setpolicy(sndsock, "in bypass") < 0)
errx(1, "%s", ipsec_strerror());
@@ -1494,7 +1494,7 @@ print(register u_char *buf, register int cc, register struct sockaddr_in *from)
/*
* Checksum routine for UDP and TCP headers.
*/
-u_short
+u_short
p_cksum(struct ip *ip, u_short *data, int len)
{
static struct ipovly ipo;
OpenPOWER on IntegriCloud