Improve clang-format

FossilOrigin-Name: 6f5dd506262655e5d3a6732794f955c8476b19a80fa03d5ebb6744ed8b18c963
This commit is contained in:
Jonathan Schleifer 2025-03-08 02:38:40 +00:00
parent f904d80214
commit dd08a1069e
41 changed files with 506 additions and 493 deletions

View file

@ -2,7 +2,7 @@
OF_ASSUME_NONNULL_BEGIN
@interface Identifier : OFObject
@interface Identifier: OFObject
@property (readonly, copy, nonatomic) OFString *name;
- (instancetype)init OF_UNAVAILABLE;