From dab49a087d4ca7b379e316c26df6958a2f27999e Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 25 Jul 2016 21:00:41 +0200 Subject: mlist: style --- mlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mlist.c') diff --git a/mlist.c b/mlist.c index 9676908..bf12c4d 100644 --- a/mlist.c +++ b/mlist.c @@ -123,7 +123,7 @@ listdir(char *dir) break; 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) goto next; if (d->d_name[0] == '.') -- cgit 1.4.1