From 74e75a2cb1ef96aa4a78875092e31e6812836258 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Thu, 1 Jun 2000 20:03:17 +0000 Subject: [PATCH] Indented a long comment git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6630 72102866-910b-0410-8b05-ffd578937521 --- Source/NSTableView.m | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Source/NSTableView.m b/Source/NSTableView.m index b0a004e39..f5fc9b9c9 100644 --- a/Source/NSTableView.m +++ b/Source/NSTableView.m @@ -516,10 +516,11 @@ byExtendingSelection: (BOOL) flag { if (_super_view != nil) { - /* Changing the headerView after the table has been linked to a scrollview - is not yet supported - the doc is not clear whether it should be supported - at all. If it is, perhaps it's going to be done through a private method - between the tableview and the scrollview. */ + /* Changing the headerView after the table has been linked to a + scrollview is not yet supported - the doc is not clear + whether it should be supported at all. If it is, perhaps + it's going to be done through a private method between the + tableview and the scrollview. */ NSLog (@"setHeaderView: called after NSTableView has been put in the view tree!"); } [_headerView setTableView: nil];