whitespace fixes

This commit is contained in:
Denis Vlasenko
2008-01-07 19:06:47 +00:00
parent 9b4c072a04
commit 474d1c57c8
3 changed files with 6 additions and 6 deletions

View File

@ -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;