mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix formatting
This commit is contained in:
parent
6f3c7ce76b
commit
7a39bcf319
1 changed files with 2 additions and 1 deletions
|
@ -87,7 +87,8 @@ static NSNull *null = 0;
|
|||
return @"<null>";
|
||||
}
|
||||
|
||||
- (id) valueForUndefinedKey: (NSString*)aKey {
|
||||
- (id) valueForUndefinedKey: (NSString*)aKey
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue