Differences From Artifact [9cd9c4b220]:
- File src/Identifier.m — part of check-in [0ee94739ce] at 2025-03-25 23:38:08 on branch trunk — Clean up Variable (user: js, size: 486) [annotate] [blame] [check-ins using]
To Artifact [eff0175544]:
- File
src/Identifier.m
— part of check-in
[75e920ae30]
at
2025-03-29 14:25:43
on branch trunk
— Switch from clang-format to manual formatting
clang-format does too many weird things. (user: js, size: 487) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
11 12 13 14 15 16 17 | } + (OFMutableDictionary<OFString *, __kindof Identifier *> *)identifiers { return identifiers; } | | | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | } + (OFMutableDictionary<OFString *, __kindof Identifier *> *)identifiers { return identifiers; } - (instancetype)initWithName: (OFString *)name { self = [super init]; _name = [name copy]; return self; } |
︙ | ︙ |