Indented a line at 80

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6696 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2000-06-16 16:48:45 +00:00
parent 9df7d3ebca
commit 3ba7269370

View file

@ -228,9 +228,9 @@
if ([anObject respondsToSelector: sel_b] == NO)
{
[NSException
raise: NSInternalInconsistencyException
format: @"Data Source doesn't respond to tableView:objectValueForTableColumn:row:"];
[NSException raise: NSInternalInconsistencyException
format: @"Data Source doesn't respond to "
@"tableView:objectValueForTableColumn:row:"];
}
ASSIGN (_dataSource, anObject);