whitespace fixes

This commit is contained in:
Miklos Szeredi
2006-01-09 14:44:23 +00:00
parent b5a3c9b390
commit cb402b018c
2 changed files with 4 additions and 4 deletions
+3 -3
View 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;
}
+1 -1
View File
@@ -118,7 +118,7 @@ static void mount_help(void)
}
static void mount_version(void)
{
{
system(FUSERMOUNT_PROG " --version");
}