mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 00:20:49 +00:00
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:
parent
9df7d3ebca
commit
3ba7269370
1 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue