diff options
author | van Hauser <vh@thc.org> | 2020-05-10 11:35:31 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-05-10 11:35:31 +0200 |
commit | 26f8708fede1b15e6a93709d0baa2e5f481e082d (patch) | |
tree | d7884710e287db77b2067a489a374a7bfdb8b724 /src/afl-as.c | |
parent | 3beec8d4fa037a8814b697d238727b729214e805 (diff) | |
download | afl++-26f8708fede1b15e6a93709d0baa2e5f481e082d.tar.gz |
fix warning, code format
Diffstat (limited to 'src/afl-as.c')
-rw-r--r-- | src/afl-as.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/afl-as.c b/src/afl-as.c index cf7f8bb6..83bb7e96 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 */ |