mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 01:10:39 +00:00
Correct formatting of code.
This commit is contained in:
parent
627a4894cc
commit
6c690312e9
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue