From 6f7293d21e5b0d5c9ef40ab89a633c1bcfd74280 Mon Sep 17 00:00:00 2001 From: Gregory John Casamento Date: Fri, 20 Mar 2020 04:53:20 -0400 Subject: [PATCH] Fix indentation --- Source/NSColorSampler.m | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Source/NSColorSampler.m b/Source/NSColorSampler.m index 19b679344..308f1592f 100644 --- a/Source/NSColorSampler.m +++ b/Source/NSColorSampler.m @@ -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];