From 896d01df1edd016d8d6c14fbad55f6ddf396baed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Sat, 7 Jun 2008 12:38:28 +0000 Subject: [PATCH] Removed trailing white space. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25837 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/interface/ColumnListView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/private/interface/ColumnListView.h b/headers/private/interface/ColumnListView.h index 56aaf54542..16524d77d7 100644 --- a/headers/private/interface/ColumnListView.h +++ b/headers/private/interface/ColumnListView.h @@ -306,7 +306,7 @@ public: // Does not delete row or children at this time. // todo: Make delete row and children - void RemoveRow(BRow*); + void RemoveRow(BRow*); void UpdateRow(BRow*); void Clear();