From c6c6e8f027ce8bb2def89cbb242af1cf913f167b Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Thu, 20 Mar 2008 11:44:13 +0000 Subject: [PATCH] Indented line git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@26367 72102866-910b-0410-8b05-ffd578937521 --- Source/NSCell.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/NSCell.m b/Source/NSCell.m index fa68d69e7..01e57f797 100644 --- a/Source/NSCell.m +++ b/Source/NSCell.m @@ -2741,7 +2741,7 @@ static NSColor *shadowCol; */ - (NSAttributedString*) _drawAttributedString { - if (!_cell.is_disabled) + if (!_cell.is_disabled) { return [self attributedStringValue]; }