diff --git a/Source/NSTextView.m b/Source/NSTextView.m index 79feeff26..c928de1cf 100644 --- a/Source/NSTextView.m +++ b/Source/NSTextView.m @@ -2790,7 +2790,7 @@ afterString in order over charRange. */ - (void) selectLine: (id)sender { - if ( [_textStorage length] > 0 ) + if ([_textStorage length] > 0) { NSRange aRange; NSRect ignored;