mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Fix formatting
This commit is contained in:
parent
ba79894dfd
commit
225e24909f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue