Correct formatting of code.

This commit is contained in:
Gregory John Casamento 2020-04-24 06:36:14 -04:00
parent 627a4894cc
commit 6c690312e9

View file

@ -905,7 +905,7 @@
CGFloat radius = frame.size.height / 2.0;
[backgroundColor set];
if(value == NSControlStateValueOff)
if (value == NSControlStateValueOff)
{
rect = NSMakeRect(frame.origin.x + 4,
y,