summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat/netstat.c
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2011-10-15 13:20:36 +0000
committered <ed@FreeBSD.org>2011-10-15 13:20:36 +0000
commit2f1e586900d3dd1525085e659a5098430694a597 (patch)
treef024d0e8b509c1244d8674d4d5e4d87adca05607 /usr.bin/systat/netstat.c
parent8e118d38cf6e48ba3629cca5b7d2412a6a37847a (diff)
downloadFreeBSD-src-2f1e586900d3dd1525085e659a5098430694a597.zip
FreeBSD-src-2f1e586900d3dd1525085e659a5098430694a597.tar.gz
Fix whitespace inconsistencies in systat(1).
According to md5(1), the resulting binary is the same.
Diffstat (limited to 'usr.bin/systat/netstat.c')
-rw-r--r--usr.bin/systat/netstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/systat/netstat.c b/usr.bin/systat/netstat.c
index b1c6dc9..d96fb16 100644
--- a/usr.bin/systat/netstat.c
+++ b/usr.bin/systat/netstat.c
@@ -128,7 +128,7 @@ closenetstat(WINDOW *w)
lastrow--;
p->ni_line = -1;
}
- if (w != NULL) {
+ if (w != NULL) {
wclear(w);
wrefresh(w);
delwin(w);
OpenPOWER on IntegriCloud