summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat/tcp.c
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2012-02-05 09:17:49 +0000
committered <ed@FreeBSD.org>2012-02-05 09:17:49 +0000
commit6b68275a843448f1b144d4384f8e43f7304224e6 (patch)
treef6a0ff9da5f72bfd37eb7110efe8bfb5302a2795 /usr.bin/systat/tcp.c
parent0bf7c1fae822b77d2fa8f51418249d0bcae123a6 (diff)
downloadFreeBSD-src-6b68275a843448f1b144d4384f8e43f7304224e6.zip
FreeBSD-src-6b68275a843448f1b144d4384f8e43f7304224e6.tar.gz
Whitespace fixes.
- Remove redundant empty lines. - Replace ^L by \014. This allows you to safely cat/grep/etc this file without causing confusion.
Diffstat (limited to 'usr.bin/systat/tcp.c')
-rw-r--r--usr.bin/systat/tcp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/systat/tcp.c b/usr.bin/systat/tcp.c
index 76981e2..134aa9a 100644
--- a/usr.bin/systat/tcp.c
+++ b/usr.bin/systat/tcp.c
@@ -324,4 +324,3 @@ fetchtcp(void)
if (sysctl(name, 4, &curstat, &len, 0, 0) < 0)
return;
}
-
OpenPOWER on IntegriCloud