Fix formatting

This commit is contained in:
Gregory John Casamento 2020-05-06 23:34:09 -04:00
parent ba79894dfd
commit 225e24909f

View file

@ -219,7 +219,7 @@ static Class pathComponentCellClass;
NSEnumerator *en = [_pathComponentCells objectEnumerator];
NSPathComponentCell *cell = nil;
while((cell = (NSPathComponentCell *)[en nextObject]) != nil)
while ((cell = (NSPathComponentCell *)[en nextObject]) != nil)
{
NSRect f = [self rectOfPathComponentCell: cell
withFrame: frame