From 3f2631c7ba2e73ed6ae16268b57aaa40e7c55813 Mon Sep 17 00:00:00 2001 From: Bruce M Simpson Date: Thu, 25 Mar 2004 08:51:14 +0000 Subject: [PATCH] Output style: Get rid of an unnecessary newline. --- usr.bin/netstat/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c index b665bfe7b60..ac9dd26dcc4 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); }