From e5183747da2b268f53a9464fda5fd6b4856c62a4 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 2 Feb 2005 11:14:04 +0000 Subject: whitespace fixes --- lib/fuse_mt.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/fuse_mt.c') diff --git a/lib/fuse_mt.c b/lib/fuse_mt.c index 131bae3..2e43671 100644 --- a/lib/fuse_mt.c +++ b/lib/fuse_mt.c @@ -101,7 +101,7 @@ static int start_thread(struct fuse_worker *w, pthread_t *thread_id) fprintf(stderr, "fuse: error creating thread: %s\n", strerror(res)); return -1; } - + pthread_detach(*thread_id); return 0; } @@ -130,7 +130,7 @@ static int mt_create_context_key() if (err) fprintf(stderr, "fuse: failed to create thread specific key: %s\n", strerror(err)); - else + else fuse_set_getcontext_func(mt_getcontext); } if (!err) @@ -155,7 +155,7 @@ int fuse_loop_mt_proc(struct fuse *f, fuse_processor_t proc, void *data) struct fuse_worker *w; int i; - w = malloc(sizeof(struct fuse_worker)); + w = malloc(sizeof(struct fuse_worker)); if (w == NULL) { fprintf(stderr, "fuse: failed to allocate worker structure\n"); return -1; -- cgit v1.2.3