#define _printf_format_(a, b) __attribute__((format(printf, a, b)))
#define _always_inline_ __inline__ __attribute__((always_inline))
#define _sentinel_ __attribute__((sentinel))
-#define _used_ __attribute((used))
-#define _retain_ __attribute((retain))
-#define _section_(a) __attribute((section(a)))
-#define _alignedptr_ __attribute((aligned(sizeof(void *))))
+#define _used_ __attribute__((used))
+#define _retain_ __attribute__((retain))
+#define _section_(a) __attribute__((section(a)))
+#define _alignedptr_ __attribute__((aligned(sizeof(void *))))
#if defined(__clang_analyzer__)
#define _clang_suppress_alloc_ __attribute__((suppress))