mirror of
https://github.com/leahneukirchen/mblaze
synced 2024-11-11 13:10:32 +00:00
mlist: style
This commit is contained in:
parent
a705f8c3fa
commit
dab49a087d
2
mlist.c
2
mlist.c
@ -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…
Reference in New Issue
Block a user