mount: style fixes
This commit is contained in:
@@ -1379,7 +1379,7 @@ static int singlemount(struct mntent *mp, int ignore_busy)
|
||||
for (fl = fslist; fl; fl = fl->link) {
|
||||
mp->mnt_type = fl->data;
|
||||
|
||||
rc = mount_it_now(mp,vfsflags, filteropts);
|
||||
rc = mount_it_now(mp, vfsflags, filteropts);
|
||||
if (!rc) break;
|
||||
|
||||
mp->mnt_type = 0;
|
||||
|
Reference in New Issue
Block a user