diff options
author | Ed Schouten <ed@FreeBSD.org> | 2012-02-05 09:17:49 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2012-02-05 09:17:49 +0000 |
commit | 627d915e25e2dc7c9767bbeed2e945f1563763ed (patch) | |
tree | f6a0ff9da5f72bfd37eb7110efe8bfb5302a2795 /usr.bin/systat/tcp.c | |
parent | cad582b753f700113649224d4338ebe02ccd0a53 (diff) | |
download | src-627d915e25e2dc7c9767bbeed2e945f1563763ed.tar.gz src-627d915e25e2dc7c9767bbeed2e945f1563763ed.zip |
Whitespace fixes.
- Remove redundant empty lines.
- Replace ^L by \014. This allows you to safely cat/grep/etc this file
without causing confusion.
Notes
Notes:
svn path=/head/; revision=231011
Diffstat (limited to 'usr.bin/systat/tcp.c')
-rw-r--r-- | usr.bin/systat/tcp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/systat/tcp.c b/usr.bin/systat/tcp.c index 76981e251a66..134aa9af986a 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; } - |