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];
w = [[NSPanel alloc] initWithContentRect: contentRect
styleMask: style
backing: NSBackingStoreRetained
defer: NO
screen: nil];
styleMask: style
backing: NSBackingStoreRetained
defer: NO
screen: nil];
[w setBecomesKeyOnlyIfNeeded: YES];
[w makeKeyAndOrderFront: self];