about summary refs log tree commit diff
path: root/src/afl-as.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-05-12 11:12:25 +0200
committervan Hauser <vh@thc.org>2020-05-12 11:12:25 +0200
commit7b40d7b9420b2e3adb7d9afa88610199718dedba (patch)
treec420c91a6dcfde9a2bcffcdde22bb279cf72c243 /src/afl-as.c
parenta578d719e1f556db07ca3c7e2fe38b7668c204d8 (diff)
downloadafl++-7b40d7b9420b2e3adb7d9afa88610199718dedba.tar.gz
new code formatting + applied
Diffstat (limited to 'src/afl-as.c')
-rw-r--r--src/afl-as.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/afl-as.c b/src/afl-as.c
index cf7f8bb6..4809a731 100644
--- a/src/afl-as.c
+++ b/src/afl-as.c
@@ -79,9 +79,9 @@ static u8 use_64bit = 1;
 
 static u8 use_64bit = 0;
 
-#ifdef __APPLE__
-#error "Sorry, 32-bit Apple platforms are not supported."
-#endif                                                         /* __APPLE__ */
+  #ifdef __APPLE__
+    #error "Sorry, 32-bit Apple platforms are not supported."
+  #endif                                                       /* __APPLE__ */
 
 #endif                                                     /* ^WORD_SIZE_64 */