style(9): remove an EOF space.

This commit is contained in:
Maxim Konovalov 2002-05-08 07:40:22 +00:00
parent 4a28d4abff
commit 7098979e16
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96214

View File

@ -1193,7 +1193,7 @@ char *parse (char *buf, int *cmd)
for (buf = p; *p && ! isspace (*p); p++)
continue;
len = p - buf;
if (! len)
return (0);