aboutsummaryrefslogtreecommitdiff
path: root/cache.c
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-11-23 03:06:05 -0800
committerNikolaus Rath <Nikolaus@rath.org>2019-11-23 11:06:05 +0000
commit4d866526dcedf356d2fa6e7f349aab62e57bfc91 (patch)
tree9d5bd21d694f66d55b80c148e64429489ffe3c99 /cache.c
parent6935b49eea03ae9e6a5cd1cb9cdaa36061ee26ca (diff)
downloadsshfs-4d866526dcedf356d2fa6e7f349aab62e57bfc91.tar
sshfs-4d866526dcedf356d2fa6e7f349aab62e57bfc91.tar.gz
sshfs-4d866526dcedf356d2fa6e7f349aab62e57bfc91.tar.bz2
sshfs-4d866526dcedf356d2fa6e7f349aab62e57bfc91.zip
Fix some inconsistent whitespace (#192)
Diffstat (limited to 'cache.c')
-rw-r--r--cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cache.c b/cache.c
index b4939c7..403c251 100644
--- a/cache.c
+++ b/cache.c
@@ -258,7 +258,7 @@ static void *cache_init(struct fuse_conn_info *conn,
res = cache.next_oper->init(conn, cfg);
// Cache requires a path for each request
- cfg->nullpath_ok = 0;
+ cfg->nullpath_ok = 0;
return res;
}