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
+1 -1
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);