Varous tidyups

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25330 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2007-07-14 04:34:00 +00:00
parent 350af41dcc
commit 89a0cb9080
7 changed files with 329 additions and 284 deletions

View file

@ -255,7 +255,7 @@ static id ValueForKey(NSObject *self, const char *key, unsigned size)
- (NSMutableSet*) mutableSetValueForKey: (NSString*)aKey
{
return [NSKeyValueMutableSet setForKey:aKey ofObject:self];
return [NSKeyValueMutableSet setForKey: aKey ofObject: self];
}
- (NSMutableSet*) mutableSetValueForKeyPath: (NSString*)aKey
@ -292,7 +292,7 @@ static id ValueForKey(NSObject *self, const char *key, unsigned size)
- (NSMutableArray*) mutableArrayValueForKey: (NSString*)aKey
{
return [NSKeyValueMutableArray arrayForKey:aKey ofObject:self];
return [NSKeyValueMutableArray arrayForKey: aKey ofObject: self];
}
- (NSMutableArray*) mutableArrayValueForKeyPath: (NSString*)aKey