mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2025-01-03 05:00:15 +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));
|
||||
sa.sa_handler = s3fs_usr2_handler;
|
||||
sa.sa_flags = SA_RESTART;
|
||||
if(0 != sigaction(SIGUSR2, &sa, NULL)){
|
||||
if(0 != sigaction(SIGUSR2, &sa, NULL)){
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user