From 124ec8d297269b6b3066123782a7e92c802d2248 Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Mon, 2 Dec 2019 14:34:21 +0100 Subject: code format (contributors, do it!) --- include/android-ashmem.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include/android-ashmem.h') diff --git a/include/android-ashmem.h b/include/android-ashmem.h index 2d515cc5..2b9c811c 100755 --- a/include/android-ashmem.h +++ b/include/android-ashmem.h @@ -63,7 +63,8 @@ static inline int shmctl(int __shmid, int __cmd, struct shmid_ds *__buf) { } static inline int shmget(key_t __key, size_t __size, int __shmflg) { - (void) __shmflg; + + (void)__shmflg; int fd, ret; char ourkey[11]; @@ -86,7 +87,8 @@ error: } static inline void *shmat(int __shmid, const void *__shmaddr, int __shmflg) { - (void) __shmflg; + + (void)__shmflg; int size; void *ptr; -- cgit 1.4.1