From a14d555c873398b14776ca4f2c33f9c69617afb9 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Tue, 30 May 1995 06:41:30 +0000 Subject: Remove trailing whitespace. --- usr.bin/systat/netstat.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.bin/systat/netstat.c') diff --git a/usr.bin/systat/netstat.c b/usr.bin/systat/netstat.c index cf39f2b..3e8ec4d 100644 --- a/usr.bin/systat/netstat.c +++ b/usr.bin/systat/netstat.c @@ -177,11 +177,11 @@ fetchnetstat() for (p = netcb.ni_forw; p != (struct netinfo *)&netcb; p = p->ni_forw) p->ni_seen = 0; if (protos&TCP) { - off = NPTR(X_TCB); + off = NPTR(X_TCB); istcp = 1; } else if (protos&UDP) { - off = NPTR(X_UDB); + off = NPTR(X_UDB); istcp = 0; } else { @@ -281,7 +281,7 @@ labelnetstat() mvwaddstr(wnd, 0, PROTO, "Proto"); mvwaddstr(wnd, 0, RCVCC, "Recv-Q"); mvwaddstr(wnd, 0, SNDCC, "Send-Q"); - mvwaddstr(wnd, 0, STATE, "(state)"); + mvwaddstr(wnd, 0, STATE, "(state)"); } void @@ -387,7 +387,7 @@ inetprint(in, port, proto) /* * Construct an Internet address representation. - * If the nflag has been supplied, give + * If the nflag has been supplied, give * numeric value, otherwise try for symbolic name. */ static char * -- cgit v1.1