mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-22 22:28:49 +00:00
remove macro indentation from code-format
This commit is contained in:
@ -8,10 +8,10 @@
|
||||
#include <sys/mman.h>
|
||||
|
||||
#if __ANDROID_API__ >= 26
|
||||
# define shmat bionic_shmat
|
||||
# define shmctl bionic_shmctl
|
||||
# define shmdt bionic_shmdt
|
||||
# define shmget bionic_shmget
|
||||
#define shmat bionic_shmat
|
||||
#define shmctl bionic_shmctl
|
||||
#define shmdt bionic_shmdt
|
||||
#define shmget bionic_shmget
|
||||
#endif
|
||||
#include <sys/shm.h>
|
||||
#undef shmat
|
||||
|
Reference in New Issue
Block a user