Indentation tidyup

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10805 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-08-30 09:30:13 +00:00
parent 9653e1b1d4
commit 5c66b95c6d

View file

@ -2891,7 +2891,9 @@ byExtendingSelection: (BOOL)flag
{
tb = [_tableColumns objectAtIndex: i];
if ([tb dataCellForRow: -1] == aCell)
[self setNeedsDisplayInRect: [self rectOfColumn: i]];
{
[self setNeedsDisplayInRect: [self rectOfColumn: i]];
}
else
{
NSRect columnRect = [self rectOfColumn: i];