Indented some lines

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13678 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-05-22 11:51:26 +00:00
parent 78174f287d
commit 92e98af780

View file

@ -5788,7 +5788,7 @@ byExtendingSelection: (BOOL)flag
if (rowNumber >= startingRow)
{
// NSHighlightRect(NSIntersectionRect([self rectOfRow: rowNumber],
//NSHighlightRect(NSIntersectionRect([self rectOfRow: rowNumber],
// clipRect));
[[NSColor whiteColor] set];
NSRectFill(NSIntersectionRect([self rectOfRow: rowNumber], clipRect));
@ -5827,9 +5827,9 @@ byExtendingSelection: (BOOL)flag
if (columnNumber >= startingColumn)
{
NSHighlightRect (NSIntersectionRect(
[self rectOfColumn: columnNumber],
clipRect));
NSHighlightRect
(NSIntersectionRect([self rectOfColumn: columnNumber],
clipRect));
}
}
}