newlines to fix hpux bustage r=jdunn

This commit is contained in:
jgaunt%netscape.com 2000-06-09 21:30:22 +00:00
Родитель f5e1fae7ec
Коммит 1047dcdb3c
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -101,4 +101,5 @@ nsXULTreeCellFrame::GetFrameForPoint(nsIPresContext* aPresContext,
}
return NS_ERROR_FAILURE;
}
}
}

Просмотреть файл

@ -788,4 +788,5 @@ nsXULTreeOuterGroupFrame::IndexOfItem(nsIContent* aRoot, nsIContent* aContent,
// not found
return NS_ERROR_FAILURE;
}
}