Indented line

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@26367 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2008-03-20 11:44:13 +00:00
parent 680f0c94e4
commit c6c6e8f027

View file

@ -2741,7 +2741,7 @@ static NSColor *shadowCol;
*/
- (NSAttributedString*) _drawAttributedString
{
if (!_cell.is_disabled)
if (!_cell.is_disabled)
{
return [self attributedStringValue];
}