mlist: style

pull/1/merge
Christian Neukirchen 8 years ago
parent a705f8c3fa
commit dab49a087d

@ -123,7 +123,7 @@ listdir(char *dir)
break; break;
for (bpos = 0; bpos < nread;) { for (bpos = 0; bpos < nread;) {
d = (struct linux_dirent64 *) (buf + bpos); d = (struct linux_dirent64 *)(buf + bpos);
if (d->d_type != DT_REG && d->d_type != DT_UNKNOWN) if (d->d_type != DT_REG && d->d_type != DT_UNKNOWN)
goto next; goto next;
if (d->d_name[0] == '.') if (d->d_name[0] == '.')

Loading…
Cancel
Save