From c86f0c7a71e7ade3e38b325c186a9cf374e0411e Mon Sep 17 00:00:00 2001 From: rgrimes Date: Tue, 30 May 1995 08:16:23 +0000 Subject: Remove trailing whitespace. --- sys/net/slcompress.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/net/slcompress.c') diff --git a/sys/net/slcompress.c b/sys/net/slcompress.c index 42106d5..5630b51 100644 --- a/sys/net/slcompress.c +++ b/sys/net/slcompress.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)slcompress.c 8.2 (Berkeley) 4/16/94 - * $Id: slcompress.c,v 1.3 1994/08/18 22:35:22 wollman Exp $ + * $Id: slcompress.c,v 1.4 1994/10/08 22:38:27 phk Exp $ */ /* @@ -272,7 +272,7 @@ sl_compress_tcp(m, ip, comp, compress_cid) * with it. */ goto uncompressed; - deltaS = (u_short)(ntohs(th->th_win) - ntohs(oth->th_win)); + deltaS = (u_short)(ntohs(th->th_win) - ntohs(oth->th_win)); if (deltaS) { ENCODE(deltaS); changes |= NEW_W; -- cgit v1.1