Fix indentation

This commit is contained in:
Gregory John Casamento 2020-03-20 04:53:20 -04:00
parent 34cfca2d06
commit 6f7293d21e

View file

@ -89,10 +89,10 @@ static NSColorSampler *_gs_gui_color_sampler = nil;
[_gs_gui_color_sampler_lock lock]; [_gs_gui_color_sampler_lock lock];
w = [[NSPanel alloc] initWithContentRect: contentRect w = [[NSPanel alloc] initWithContentRect: contentRect
styleMask: style styleMask: style
backing: NSBackingStoreRetained backing: NSBackingStoreRetained
defer: NO defer: NO
screen: nil]; screen: nil];
[w setBecomesKeyOnlyIfNeeded: YES]; [w setBecomesKeyOnlyIfNeeded: YES];
[w makeKeyAndOrderFront: self]; [w makeKeyAndOrderFront: self];