Adjust to ObjFW style

FossilOrigin-Name: 9919057cb8bb237afb11f251210a1764228c46661d5f8290708846fa70c6af83
This commit is contained in:
Jonathan Schleifer 2021-04-29 00:06:23 +00:00
parent 851e7fe676
commit 098092053c
30 changed files with 285 additions and 462 deletions

View file

@ -63,12 +63,9 @@
return self;
}
- (instancetype)initWithCategory: (OFString *)category
type: (OFString *)type
- (instancetype)initWithCategory: (OFString *)category type: (OFString *)type
{
return [self initWithCategory: category
type: type
name: nil];
return [self initWithCategory: category type: type name: nil];
}
- (instancetype)init