formatting

This commit is contained in:
williameveretteggplant 2024-11-04 15:36:22 -07:00 committed by GitHub
parent 2a14a20fb9
commit bcc50af084
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1796,7 +1796,7 @@ static inline NSRect buttonCellFrameFromRect(NSRect cellRect)
if (object)
{
// Check for attributed string type and return actual string instead..
if ([object isKindOfClass :[NSAttributedString class]])
if ([object isKindOfClass: [NSAttributedString class]])
{
object = [object string];
}