Little indentation tidyupy

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11312 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-11-05 11:46:24 +00:00
parent 7ee5ba0326
commit 420c1a2dfb

View file

@ -79,8 +79,8 @@ static NSCharacterSet *invSelectionWordGranularitySet;
@implementation _GNULineLayoutInfo
+ (_GNULineLayoutInfo *) lineLayoutWithRange: (NSRange)aRange
rect: (NSRect)aRect
usedRect: (NSRect)charRect
rect: (NSRect)aRect
usedRect: (NSRect)charRect
{
_GNULineLayoutInfo *ret = AUTORELEASE([_GNULineLayoutInfo new]);