about summary refs log tree commit diff
path: root/llvm_mode/afl-clang-fast.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-31 18:32:01 +0200
committervan Hauser <vh@thc.org>2020-08-31 18:32:01 +0200
commite4de4e350009584f5cdb8cf4c47a79fff9358cad (patch)
treef3b40e8e95321e9424152e0a025b0a5cf26e0616 /llvm_mode/afl-clang-fast.c
parentbea76b346ce278896d0b4a6f3b1d42e5c1c786c3 (diff)
downloadafl++-e4de4e350009584f5cdb8cf4c47a79fff9358cad.tar.gz
update gitignore
Diffstat (limited to 'llvm_mode/afl-clang-fast.c')
-rw-r--r--llvm_mode/afl-clang-fast.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm_mode/afl-clang-fast.c b/llvm_mode/afl-clang-fast.c
index 281d6b4b..ccdbca9d 100644
--- a/llvm_mode/afl-clang-fast.c
+++ b/llvm_mode/afl-clang-fast.c
@@ -670,11 +670,11 @@ static void edit_params(u32 argc, char **argv, char **envp) {
 
   }
 
-#ifndef __APPLE__
+  #ifndef __APPLE__
   if (!shared_linking)
     cc_params[cc_par_cnt++] =
         alloc_printf("-Wl,--dynamic-list=%s/dynamic_list.txt", obj_path);
-#endif
+  #endif
 
 #endif