mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 06:51:44 +00:00
Update GSXib5KeyedUnarchiver.m
Remove extra space.
This commit is contained in:
parent
627c51ec45
commit
b96dbcba2e
1 changed files with 1 additions and 1 deletions
|
@ -3562,7 +3562,7 @@ didStartElement: (NSString*)elementName
|
|||
([@"NSIntercellSpacingWidth" isEqualToString: key]))
|
||||
{
|
||||
hasValue = [currentElement elementForKey: @"intercellSpacing"] != nil;
|
||||
}
|
||||
}
|
||||
else if ([@"NSContents" isEqualToString: key])
|
||||
{
|
||||
hasValue = [currentElement attributeForKey: @"title"] != nil;
|
||||
|
|
Loading…
Reference in a new issue