More style fixes
FossilOrigin-Name: c634a689e76e7c60fb8b685ea40cb9993a86f23474d1ead7159eb331e98f1110
This commit is contained in:
parent
d3dc40de33
commit
a838f496b1
39 changed files with 536 additions and 582 deletions
|
@ -22,8 +22,8 @@ alias(OFString *name, OFString *action)
|
|||
|
||||
if (alias == nil)
|
||||
Identifier.identifiers[name] = [Alias aliasWithName: name
|
||||
action: action
|
||||
persisted: true];
|
||||
action: action
|
||||
persisted: true];
|
||||
else {
|
||||
if ([alias isKindOfClass: Alias.class])
|
||||
alias.action = action;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue