about summary refs log tree commit diff
path: root/include/android-ashmem.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-04-20 11:32:44 +0200
committerDominik Maier <domenukk@gmail.com>2020-04-21 13:14:34 +0200
commit6b3336d1078de3c4de86ea45383c886bf456c651 (patch)
treeed87581597b0564015cf600234a9b06e48110975 /include/android-ashmem.h
parentceeb266273dd9e306ccad730ba84363530ab883f (diff)
downloadafl++-6b3336d1078de3c4de86ea45383c886bf456c651.tar.gz
switched to clang-format-10
Diffstat (limited to 'include/android-ashmem.h')
-rw-r--r--include/android-ashmem.h2
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