code format

This commit is contained in:
vanhauser-thc 2021-08-23 11:31:58 +02:00
parent 09453c7be8
commit 67ef4c733f
8 changed files with 22 additions and 34 deletions

View file

@ -71,7 +71,7 @@ char *cmdlinetarget;
typedef int32_t BOOL;
#else /* __APPLE__ */
/* ensure compatibility with objc libraries */
#if (TARGET_OS_IPHONE && __LP64__) || TARGET_OS_WATCH
#if (TARGET_OS_IPHONE && __LP64__) || TARGET_OS_WATCH
typedef bool BOOL;
#else
typedef signed char BOOL;