style(9): remove an EOF space.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user