From 3f2f9f19984e27ef587b219c5cfbcd9052fc8a9c Mon Sep 17 00:00:00 2001 From: "seawood%netscape.com" Date: Mon, 6 Jan 2003 21:43:09 +0000 Subject: [PATCH] Removing dos-newlines. Fixing IRIX tinderbox bustage. --- content/xul/templates/src/nsXULTreeBuilder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/xul/templates/src/nsXULTreeBuilder.cpp b/content/xul/templates/src/nsXULTreeBuilder.cpp index 84acadb64ce..51904fe6f37 100644 --- a/content/xul/templates/src/nsXULTreeBuilder.cpp +++ b/content/xul/templates/src/nsXULTreeBuilder.cpp @@ -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 =