1
0
mirror of git://git.suckless.org/sbase synced 2024-12-23 07:25:07 +00:00

uniq: Style fix

This commit is contained in:
sin 2015-02-11 12:02:33 +00:00
parent 6d4a7989cd
commit 26bc079ecc

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