diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-04-19 16:42:40 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-04-21 13:14:34 +0200 |
commit | 9bb0733eb594799726a16537e72e6e32b181c5bc (patch) | |
tree | 23156af7d828baec786cbe97d5e297fd6670b9d9 /include/android-ashmem.h | |
parent | 22cdad2d208bb3f5b98796238523344386d24373 (diff) | |
download | afl++-9bb0733eb594799726a16537e72e6e32b181c5bc.tar.gz |
clang-tidy readability-braces (#323)
Diffstat (limited to 'include/android-ashmem.h')
-rw-r--r-- | include/android-ashmem.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/android-ashmem.h b/include/android-ashmem.h index 6fdcb1ba..5d99dd48 100644 --- a/include/android-ashmem.h +++ b/include/android-ashmem.h @@ -109,3 +109,5 @@ static inline void *shmat(int __shmid, const void *__shmaddr, int __shmflg) { #endif +#endif + |