code format

This commit is contained in:
vanhauser-thc
2023-03-09 17:37:29 +01:00
parent 5221938945
commit 30483919eb
5 changed files with 15 additions and 14 deletions

View File

@ -2925,7 +2925,7 @@ void setup_signal_handlers(void) {
struct sigaction sa;
memset((void*)&sa, 0, sizeof(sa));
memset((void *)&sa, 0, sizeof(sa));
sa.sa_handler = NULL;
#ifdef SA_RESTART
sa.sa_flags = SA_RESTART;