mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
tidy
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29049 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9eb8d1d49b
commit
5a6ce46276
1 changed files with 5 additions and 4 deletions
|
@ -1573,11 +1573,12 @@ GSGarbageCollectorLog(char *msg, GC_word arg)
|
|||
- (void) forwardInvocation: (NSInvocation*)anInvocation
|
||||
{
|
||||
id target = [self forwardingTargetForSelector: [anInvocation selector]];
|
||||
|
||||
if (nil != target)
|
||||
{
|
||||
[anInvocation invokeWithTarget: target];
|
||||
return;
|
||||
}
|
||||
{
|
||||
[anInvocation invokeWithTarget: target];
|
||||
return;
|
||||
}
|
||||
[self doesNotRecognizeSelector: [anInvocation selector]];
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue