about summary refs log tree commit diff
path: root/src/afl-gotcpu.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-06-11 19:30:28 +0200
committervan Hauser <vh@thc.org>2020-06-11 19:30:28 +0200
commite8da5f9e2894a89e36f899719e442a897a189f1f (patch)
treef9125658bf6908c9341399cc161cedd606eb3d14 /src/afl-gotcpu.c
parentb3fee6cab21a99d6ead890df7422f63af4a4f2ad (diff)
downloadafl++-e8da5f9e2894a89e36f899719e442a897a189f1f.tar.gz
code format and debug
Diffstat (limited to 'src/afl-gotcpu.c')
-rw-r--r--src/afl-gotcpu.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/afl-gotcpu.c b/src/afl-gotcpu.c
index bdf63e8f..bd0f7de6 100644
--- a/src/afl-gotcpu.c
+++ b/src/afl-gotcpu.c
@@ -204,8 +204,7 @@ int main(int argc, char **argv) {
   #endif
 
   #if defined(__sun)
-      if (pset_bind(c, P_PID, getpid(), NULL))
-        PFATAL("pset_bind failed");
+      if (pset_bind(c, P_PID, getpid(), NULL)) PFATAL("pset_bind failed");
 
       pset_destroy(c);
   #endif