mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-16 09:17:11 +00:00
fix indentation
This commit is contained in:
parent
f336bdebcc
commit
84c671a81a
@ -279,7 +279,7 @@ static bool set_s3fs_usr2_handler()
|
|||||||
memset(&sa, 0, sizeof(struct sigaction));
|
memset(&sa, 0, sizeof(struct sigaction));
|
||||||
sa.sa_handler = s3fs_usr2_handler;
|
sa.sa_handler = s3fs_usr2_handler;
|
||||||
sa.sa_flags = SA_RESTART;
|
sa.sa_flags = SA_RESTART;
|
||||||
if(0 != sigaction(SIGUSR2, &sa, NULL)){
|
if(0 != sigaction(SIGUSR2, &sa, NULL)){
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user