Correct minor formatting issues

This commit is contained in:
Gregory John Casamento 2024-07-19 11:12:24 -04:00
parent dc78b11291
commit d22d839b0c

View file

@ -1832,7 +1832,7 @@ Also returns the child index relative to this parent. */
- (BOOL) _shouldSelectRow: (NSInteger)rowIndex
{
id item = [self itemAtRow: rowIndex];
if ([_delegate respondsToSelector:
@selector (outlineView:shouldSelectItem:)] == YES)
{