mirror of
https://github.com/openharmony/third_party_libfuse.git
synced 2026-07-19 21:43:34 -04:00
whitespace fixes
This commit is contained in:
+3
-3
@@ -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
@@ -118,7 +118,7 @@ static void mount_help(void)
|
||||
}
|
||||
|
||||
static void mount_version(void)
|
||||
{
|
||||
{
|
||||
system(FUSERMOUNT_PROG " --version");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user