about summary refs log tree commit diff
path: root/include/forkserver.h
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-01-23 19:20:32 +0100
committervanhauser-thc <vh@thc.org>2022-01-23 19:20:32 +0100
commit61d79f85c5f1f0d80bb7ab2d10d502fbd637ee83 (patch)
treeba793b1e3b841f9336e184a3cdab15da493c80fe /include/forkserver.h
parent9baa402344ca50e030b4c5cd443a955d9830d7b3 (diff)
downloadafl++-61d79f85c5f1f0d80bb7ab2d10d502fbd637ee83.tar.gz
code format
Diffstat (limited to 'include/forkserver.h')
-rw-r--r--include/forkserver.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/forkserver.h b/include/forkserver.h
index 4a05b17e..01f45587 100644
--- a/include/forkserver.h
+++ b/include/forkserver.h
@@ -53,14 +53,14 @@ typedef enum NyxReturnValue {
 
 typedef struct {
 
-  void *(*nyx_new)(const char *sharedir, const char *workdir,
-                   uint32_t cpu_id, uint32_t input_buffer_size, 
-                   bool input_buffer_write_protection);
+  void *(*nyx_new)(const char *sharedir, const char *workdir, uint32_t cpu_id,
+                   uint32_t input_buffer_size,
+                   bool     input_buffer_write_protection);
   void *(*nyx_new_parent)(const char *sharedir, const char *workdir,
-                   uint32_t cpu_id, uint32_t input_buffer_size,
-                   bool input_buffer_write_protection);
+                          uint32_t cpu_id, uint32_t input_buffer_size,
+                          bool input_buffer_write_protection);
   void *(*nyx_new_child)(const char *sharedir, const char *workdir,
-                   uint32_t cpu_id, uint32_t worker_id);
+                         uint32_t cpu_id, uint32_t worker_id);
   void (*nyx_shutdown)(void *qemu_process);
   void (*nyx_option_set_reload_mode)(void *qemu_process, bool enable);
   void (*nyx_option_set_timeout)(void *qemu_process, uint8_t timeout_sec,