mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 09:41:15 +00:00
Remove white space
This commit is contained in:
parent
d20efecead
commit
353aa6c8e5
2 changed files with 2 additions and 2 deletions
|
@ -315,8 +315,8 @@ static Class mutableSetClass;
|
||||||
- (void) replaceObjectAtIndex: (NSUInteger)index
|
- (void) replaceObjectAtIndex: (NSUInteger)index
|
||||||
withObject: (id)obj
|
withObject: (id)obj
|
||||||
{
|
{
|
||||||
[self _insertObject: obj atIndex: index];
|
|
||||||
[self removeObjectAtIndex: index];
|
[self removeObjectAtIndex: index];
|
||||||
|
[self _insertObject: obj atIndex: index];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (id) init
|
- (id) init
|
||||||
|
|
Loading…
Reference in a new issue