Removing dos-newlines.

Fixing IRIX tinderbox bustage.


git-svn-id: svn://10.0.0.236/trunk@135900 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
seawood%netscape.com 2003-01-06 21:43:09 +00:00
parent 63217187c8
commit 430d9fa86e

View File

@ -1705,7 +1705,7 @@ nsXULTreeBuilder::OpenSubtreeOf(nsTreeRows::Subtree* aSubtree,
// Now recursively deal with any open sub-containers that just got
// inserted. We need to do this back-to-front to avoid skewing offsets.
for (PRInt32 i = open.Count() - 1; i >= 0; --i) {
for (PRInt32 i = open.Count() - 1; i >= 0; --i) {
PRInt32 index = NS_PTR_TO_INT32(open[i]);
nsTreeRows::Subtree* child =