diff options
author | van Hauser <vh@thc.org> | 2020-04-20 11:32:44 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-04-20 11:32:44 +0200 |
commit | b6a15d9719fd93ebbc885b9c53ae21f7bd325ee0 (patch) | |
tree | ed87581597b0564015cf600234a9b06e48110975 /include/android-ashmem.h | |
parent | 4c90293e447a6e43129b39e14a72cbad38704522 (diff) | |
download | afl++-b6a15d9719fd93ebbc885b9c53ae21f7bd325ee0.tar.gz |
switched to clang-format-10
Diffstat (limited to 'include/android-ashmem.h')
-rw-r--r-- | include/android-ashmem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/android-ashmem.h b/include/android-ashmem.h index 5d99dd48..0dea0583 100644 --- a/include/android-ashmem.h +++ b/include/android-ashmem.h @@ -105,7 +105,7 @@ static inline void *shmat(int __shmid, const void *__shmaddr, int __shmflg) { } -#endif /* __ANDROID__ */ +#endif /* __ANDROID__ */ #endif |