aboutsummaryrefslogtreecommitdiff
path: root/lib/mount_bsd.c
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-03-28 14:14:10 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-03-29 13:18:17 -0700
commit01c663699ac276d3ec676972914cf3a375907995 (patch)
tree9665a1e1c320fbb6676aa38b60d7a44c2616bcd6 /lib/mount_bsd.c
parent931736a8b42a6e15a05e3a869a7ed5214750cbd9 (diff)
Whitespace cleanup.
Applied (whitespace-cleanup) to each file. Having whitespace changes in the VCS is ugly, but it ensures that in the future committers can run this function to *avoid* commiting any whitespace.
Diffstat (limited to 'lib/mount_bsd.c')
-rw-r--r--lib/mount_bsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mount_bsd.c b/lib/mount_bsd.c
index 8f3acf0..6a7c958 100644
--- a/lib/mount_bsd.c
+++ b/lib/mount_bsd.c
@@ -43,7 +43,7 @@ struct mount_opts {
char *kernel_opts;
};
-#define FUSE_DUAL_OPT_KEY(templ, key) \
+#define FUSE_DUAL_OPT_KEY(templ, key) \
FUSE_OPT_KEY(templ, key), FUSE_OPT_KEY("no" templ, key)
static const struct fuse_opt fuse_mount_opts[] = {