mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Correct spaces
This commit is contained in:
parent
4bcdf6f5d4
commit
bb77c072cb
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@
|
|||
|
||||
- (NSString *) description
|
||||
{
|
||||
return [NSString stringWithFormat: @"%@ - selected = %@, representedObject = %@", [super description], _isSelected ? @"YES":@"NO" , [self representedObject]];
|
||||
return [NSString stringWithFormat: @"%@ - selected = %@, representedObject = %@", [super description], _isSelected ? @"YES" : @"NO", [self representedObject]];
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue