mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 01:31:08 +00:00
Remove white space
This commit is contained in:
parent
d20efecead
commit
353aa6c8e5
2 changed files with 2 additions and 2 deletions
|
@ -283,7 +283,7 @@ DEFINE_BLOCK_TYPE(GSPredicateBlock, BOOL, GS_GENERIC_TYPE(ElementT),
|
||||||
- (GS_GENERIC_CLASS(NSArray, ElementT) *)
|
- (GS_GENERIC_CLASS(NSArray, ElementT) *)
|
||||||
sortedArrayWithOptions: (NSSortOptions)options
|
sortedArrayWithOptions: (NSSortOptions)options
|
||||||
usingComparator: (NSComparator)comparator;
|
usingComparator: (NSComparator)comparator;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Performs a binary search of the array within the specified range for the
|
* Performs a binary search of the array within the specified range for the
|
||||||
* index of an object equal to obj according to cmp.
|
* index of an object equal to obj according to cmp.
|
||||||
|
|
|
@ -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