Add space

This commit is contained in:
Gregory John Casamento 2020-05-08 01:29:59 -04:00
parent 44cacc7766
commit 6df9f5466b

View file

@ -156,7 +156,7 @@ static Class pathCellClass;
NSPathComponentCell *c = nil;
NSMutableArray *items = [NSMutableArray arrayWithCapacity: [a count]];
while((c = [en nextObject]) != nil)
while ((c = [en nextObject]) != nil)
{
NSPathControlItem *pi = [c _pathControlItem];
[items addObject: pi];