mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 18:48:08 +00:00
code format
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user