whitespace fixes
authorMiklos Szeredi <miklos@szeredi.hu>
Mon, 9 Jan 2006 14:44:23 +0000 (14:44 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Mon, 9 Jan 2006 14:44:23 +0000 (14:44 +0000)
lib/fuse_lowlevel.c
lib/mount_bsd.c

index 2018c94dca395f1024dfdf1bc05b120eae7a407d..0bd6c995902270948e827c65f1d9a40175b60b49 100644 (file)
@@ -919,11 +919,11 @@ static int fuse_ll_opt_proc(void *data, const char *arg, int key,
                             struct fuse_args *outargs)
 {
     (void) data; (void) outargs;
-    
+
     switch (key) {
     case KEY_HELP:
         break;
-        
+
     case KEY_VERSION:
         fuse_ll_version();
         break;
@@ -931,7 +931,7 @@ static int fuse_ll_opt_proc(void *data, const char *arg, int key,
     default:
         fprintf(stderr, "fuse: unknown option `%s'\n", arg);
     }
-    
+
     return -1;
 }
 
index 9e340c9f2e97080652988abd2eaf3f89c7a1df63..b0f2e357931b34dc3317a632ac468233f7d11e61 100644 (file)
@@ -118,7 +118,7 @@ static void mount_help(void)
 }
 
 static void mount_version(void)
-{   
+{
     system(FUSERMOUNT_PROG " --version");
 }