From 420c1a2dfba846443606e480ea3d113e2f015c65 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Mon, 5 Nov 2001 11:46:24 +0000 Subject: [PATCH] Little indentation tidyupy git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11312 72102866-910b-0410-8b05-ffd578937521 --- Source/GSSimpleLayoutManager.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/GSSimpleLayoutManager.m b/Source/GSSimpleLayoutManager.m index a226e22f9..d840e22b3 100644 --- a/Source/GSSimpleLayoutManager.m +++ b/Source/GSSimpleLayoutManager.m @@ -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]);