diff options
author | brian <brian@FreeBSD.org> | 2002-07-01 11:19:40 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2002-07-01 11:19:40 +0000 |
commit | 95fdc0d64270a5c2ee2ae40815f48bf0e71216a6 (patch) | |
tree | 7ac18556721e3d172be5151edc94d09c3b206d75 /lib/libalias/alias_util.c | |
parent | 603a2708879d64fbc0c4e66269000f4525895f2e (diff) | |
download | FreeBSD-src-95fdc0d64270a5c2ee2ae40815f48bf0e71216a6.zip FreeBSD-src-95fdc0d64270a5c2ee2ae40815f48bf0e71216a6.tar.gz |
Remove trailing whitespace
Diffstat (limited to 'lib/libalias/alias_util.c')
-rw-r--r-- | lib/libalias/alias_util.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libalias/alias_util.c b/lib/libalias/alias_util.c index 787c859..d6b40a2 100644 --- a/lib/libalias/alias_util.c +++ b/lib/libalias/alias_util.c @@ -49,7 +49,7 @@ been zeroed out. If the checksum word is filled with the proper value, then these routines will give a result of zero (useful for testing purposes); */ - + #include <sys/types.h> #include <netinet/in_systm.h> #include <netinet/in.h> @@ -90,7 +90,7 @@ IpChecksum(struct ip *pip) } -u_short +u_short TcpChecksum(struct ip *pip) { u_short *ptr; @@ -103,7 +103,7 @@ TcpChecksum(struct ip *pip) tc = (struct tcphdr *) ((char *) pip + nhdr); ptr = (u_short *) tc; - + /* Add up TCP header and data */ nbytes = ntcp; sum = 0; |