Tidied indentation of a line

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12432 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-02-08 02:01:34 +00:00
parent 290e9242c8
commit 4197a3cdd4

View file

@ -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;