trailing whitespace fix
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 @@
     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;