clang-format: Commit file changes for clang-format 11

This commit is contained in:
Ryan Foster
2021-10-13 01:08:00 -04:00
committed by Matt Gajownik
parent 39aedc6c2f
commit 424128a825
6 changed files with 203 additions and 189 deletions

View File

@@ -24,7 +24,8 @@ extern const double NSAppKitVersionNumber;
#define NSAppKitVersionNumber10_8 1187
// Get around missing symbol on 10.8 during compilation
enum { kCMFormatDescriptionBridgeError_InvalidParameter_ = -12712,
enum {
kCMFormatDescriptionBridgeError_InvalidParameter_ = -12712,
};
static bool is_appkit10_9_or_greater()