From 474d1c57c834ee3dee6de49f109c9b570236fa60 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 7 Jan 2008 19:06:47 +0000 Subject: whitespace fixes --- networking/netstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking/netstat.c') diff --git a/networking/netstat.c b/networking/netstat.c index 348abd8ad..399ff9b42 100644 --- a/networking/netstat.c +++ b/networking/netstat.c @@ -353,7 +353,7 @@ static int unix_do_one(int nr, char *line) return 0; /* skip header */ /* 2.6.15 may report lines like "... @/tmp/fam-user-^@^@^@^@^@^@^@..." - * Other users report long lines filled by NUL bytes. + * Other users report long lines filled by NUL bytes. * (those ^@ are NUL bytes too). We see them as empty lines. */ if (!line[0]) return 0; -- cgit v1.2.3