diff options
author | bms <bms@FreeBSD.org> | 2004-03-25 08:51:14 +0000 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2004-03-25 08:51:14 +0000 |
commit | d55870d251f85dc06d2e960b69fc201788330abc (patch) | |
tree | 8a18aef13656f7b1693aca340c3ff58aea5304db /usr.bin/netstat/main.c | |
parent | 869b51c6d04a3ee66a7fd68e1ea9d5906aea23d2 (diff) | |
download | FreeBSD-src-d55870d251f85dc06d2e960b69fc201788330abc.zip FreeBSD-src-d55870d251f85dc06d2e960b69fc201788330abc.tar.gz |
Output style: Get rid of an unnecessary newline.
Diffstat (limited to 'usr.bin/netstat/main.c')
-rw-r--r-- | usr.bin/netstat/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c index b665bfe..ac9dd26 100644 --- a/usr.bin/netstat/main.c +++ b/usr.bin/netstat/main.c @@ -493,7 +493,6 @@ main(int argc, char *argv[]) nl[N_MIF6TABLE].n_value); #endif } - putchar('\n'); ifmalist_dump(); exit(0); } |