mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 19:08:58 +00:00
style(9): remove an EOF space.
This commit is contained in:
parent
4a28d4abff
commit
7098979e16
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96214
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user