aboutsummaryrefslogtreecommitdiff
path: root/src/afl-showmap.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-03-09 17:37:29 +0100
committervanhauser-thc <vh@thc.org>2023-03-09 17:37:29 +0100
commit30483919eb65f6301dbbba7762e28a6d21972571 (patch)
tree2cc3002623bb73ffd2c47756103479ab863750b6 /src/afl-showmap.c
parent5221938945cc5ff15af04b727c6a7e0085005044 (diff)
downloadAFLplusplus-30483919eb65f6301dbbba7762e28a6d21972571.tar.gz
code format
Diffstat (limited to 'src/afl-showmap.c')
-rw-r--r--src/afl-showmap.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c
index 32dd1c20..29abeb13 100644
--- a/src/afl-showmap.c
+++ b/src/afl-showmap.c
@@ -654,11 +654,11 @@ static void setup_signal_handlers(void) {
struct sigaction sa;
sa.sa_handler = NULL;
- #ifdef SA_RESTART
+#ifdef SA_RESTART
sa.sa_flags = SA_RESTART;
- #else
- sa.sa_flags = 0;
- #endif
+#else
+ sa.sa_flags = 0;
+#endif
sa.sa_sigaction = NULL;
sigemptyset(&sa.sa_mask);