fix indentation

This commit is contained in:
Kristján Valur Jónsson 2019-02-19 10:37:43 +00:00
parent f336bdebcc
commit 84c671a81a

View File

@ -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;