uniq: Style fix

This commit is contained in:
sin 2015-02-11 12:02:33 +00:00
parent 6d4a7989cd
commit 26bc079ecc
1 changed files with 1 additions and 0 deletions

1
uniq.c
View File

@ -74,6 +74,7 @@ uniqskip(char *l)
{
char *lo = l;
int f = fskip, s = sskip;
for (; f; --f) {
while (isblank(*lo))
lo++;