From 4197a3cdd4427f33549e319546c278a0edcf8432 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Fri, 8 Feb 2002 02:01:34 +0000 Subject: [PATCH] Tidied indentation of a line git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12432 72102866-910b-0410-8b05-ffd578937521 --- Source/NSTextView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;