fix
authorMiklos Szeredi <miklos@szeredi.hu>
Sat, 7 Jan 2006 08:51:19 +0000 (08:51 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Sat, 7 Jan 2006 08:51:19 +0000 (08:51 +0000)
include/fuse.h
include/fuse_opt.h
lib/fuse_i.h

index d49c3e013b1d552cf85179ab94d995c77ba57ac8..a94c61a105f00ab5219785e30d0e32ee9fa78687 100644 (file)
@@ -507,7 +507,7 @@ int fuse_main_real(int argc, char *argv[], const struct fuse_operations *op,
 typedef void (*fuse_processor_t)(struct fuse *, struct fuse_cmd *, void *);
 
 /** This is the part of fuse_main() before the event loop */
-struct fuse *fuse_setup(int argc, char *argv[], 
+struct fuse *fuse_setup(int argc, char *argv[],
                         const struct fuse_operations *op, size_t op_size,
                         char **mountpoint, int *multithreaded, int *fd);
 
index ceec8640dcaa4d8ddc9b2c92c7a0f07610bc1990..2ef5d56ce6e05815d34e0091ad40164714d6a27b 100644 (file)
@@ -164,7 +164,7 @@ typedef int (*fuse_opt_proc_t)(void *data, const char *arg, int key,
  * Option parsing function
  *
  * If 'args' was returned from a previous call to fuse_opt_parse() or
- * it was constructed from 
+ * it was constructed from
  *
  * A NULL 'args' is equivalent to an empty argument vector
  *
index ea1eefed931b29d66d1200a8aba4f78697e7dba4..efbabf70705751f20338864c984cf153460943df 100644 (file)
@@ -19,6 +19,6 @@ struct fuse_cmd {
 
 struct fuse_session *fuse_get_session(struct fuse *f);
 
-struct fuse *fuse_new_common(int fd, struct fuse_args *args, 
+struct fuse *fuse_new_common(int fd, struct fuse_args *args,
                              const struct fuse_operations *op,
                              size_t op_size, int compat);