remove macro indentation from code-format

This commit is contained in:
Andrea Fioraldi
2019-09-03 20:43:11 +02:00
parent 0d7ecd4327
commit 7151651ea9
28 changed files with 221 additions and 232 deletions

View File

@ -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