mount: whitespace fix. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
778794d1dd
commit
9b7ebfe644
@ -1856,8 +1856,8 @@ static int singlemount(struct mntent *mp, int ignore_busy)
|
|||||||
len, share,
|
len, share,
|
||||||
share + len + 1 /* "dir1/dir2" */
|
share + len + 1 /* "dir1/dir2" */
|
||||||
);
|
);
|
||||||
parse_mount_options(unc, &filteropts);
|
parse_mount_options(unc, &filteropts);
|
||||||
if (ENABLE_FEATURE_CLEAN_UP) free(unc);
|
if (ENABLE_FEATURE_CLEAN_UP) free(unc);
|
||||||
}
|
}
|
||||||
|
|
||||||
lsa = host2sockaddr(hostname, 0);
|
lsa = host2sockaddr(hostname, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user