From 2bb750e71cc0bb04bcf7e76e0069d72c866630fb Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 3 Oct 2005 14:54:24 +0000 Subject: trailing whitespace fix --- lib/fuse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/fuse.c') diff --git a/lib/fuse.c b/lib/fuse.c index b52febb..c81fcf7 100644 --- a/lib/fuse.c +++ b/lib/fuse.c @@ -1820,11 +1820,11 @@ struct fuse *fuse_new_common(int fd, const char *opts, free(llopts); if (f->se == NULL) goto out_free; - + ch = fuse_kern_chan_new(fd); if (ch == NULL) goto out_free_session; - + fuse_session_add_chan(f->se, ch); f->ctr = 0; -- cgit v1.2.3