Update GSXib5KeyedUnarchiver.m

Remove extra space.
This commit is contained in:
Gregory Casamento 2022-10-12 02:57:45 -04:00 committed by Gregory John Casamento
parent 627c51ec45
commit b96dbcba2e

View file

@ -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;