summaryrefslogtreecommitdiff
path: root/util-linux/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/mount.c')
-rw-r--r--util-linux/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c
index 1ecdd95..abf5cd0 100644
--- a/util-linux/mount.c
+++ b/util-linux/mount.c
@@ -1448,7 +1448,7 @@ static int singlemount(struct mntent *mp, int ignore_busy)
// Might this be a virtual filesystem?
if (ENABLE_FEATURE_MOUNT_HELPERS
- && (strchr(mp->mnt_fsname,'#'))
+ && (strchr(mp->mnt_fsname, '#'))
) {
char *s, *p, *args[35];
int n = 0;