mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 06:51:44 +00:00
Fix whitespace between argument in method call
This commit is contained in:
parent
75fcf49b62
commit
928dd71439
1 changed files with 1 additions and 1 deletions
|
@ -642,7 +642,7 @@ static NSMutableArray *activeConstraints = nil;
|
|||
frame: [self frame]
|
||||
superitem: [self superview]
|
||||
bounds: [[self superview] bounds]];
|
||||
[self addConstraints:autoresizingConstraints];
|
||||
[self addConstraints: autoresizingConstraints];
|
||||
}
|
||||
|
||||
[self _setNeedsUpdateConstraints: NO];
|
||||
|
|
Loading…
Reference in a new issue