aboutsummaryrefslogtreecommitdiff
path: root/networking/netstat.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-01-07 19:06:47 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-01-07 19:06:47 +0000
commit474d1c57c834ee3dee6de49f109c9b570236fa60 (patch)
treecf8d3b4527ac3daee55cdb184d689d1a45cc8636 /networking/netstat.c
parent9b4c072a041758cdd8c3516ccc1e45fea0b73f3d (diff)
downloadbusybox-474d1c57c834ee3dee6de49f109c9b570236fa60.tar.gz
whitespace fixes
Diffstat (limited to 'networking/netstat.c')
-rw-r--r--networking/netstat.c2
1 files changed, 1 insertions, 1 deletions
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;