whitespace only fix before patch checkin

git-svn-id: svn://10.0.0.236/trunk@209152 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mattwillis%gmail.com
2006-09-05 00:39:04 +00:00
parent 2b9133793b
commit 43a2f9aa9d

View File

@@ -377,7 +377,7 @@ function listener_onGetResult(calendar, status, itemtype, detail, count, items)
{
if (!Components.isSuccessCode(status))
return;
items.forEach(this.agendaTreeView.addItem, this.agendaTreeView);
};