about summary refs log tree commit diff
path: root/mlist.c
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-07-25 21:00:41 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-07-25 21:00:41 +0200
commitdab49a087d4ca7b379e316c26df6958a2f27999e (patch)
treefd472f232fac8a24639c08f133dbc6dd84fa3a6b /mlist.c
parenta705f8c3fa3c36adc21f99493e8ff7f55621e04c (diff)
downloadmblaze-dab49a087d4ca7b379e316c26df6958a2f27999e.tar.gz
mblaze-dab49a087d4ca7b379e316c26df6958a2f27999e.tar.xz
mblaze-dab49a087d4ca7b379e316c26df6958a2f27999e.zip
mlist: style
Diffstat (limited to 'mlist.c')
-rw-r--r--mlist.c2
1 files changed, 1 insertions, 1 deletions
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] == '.')