From 1047dcdb3c14f7e230bd87ca309d43ce2507a703 Mon Sep 17 00:00:00 2001 From: "jgaunt%netscape.com" Date: Fri, 9 Jun 2000 21:30:22 +0000 Subject: [PATCH] newlines to fix hpux bustage r=jdunn --- layout/xul/base/src/nsXULTreeCellFrame.cpp | 3 ++- layout/xul/base/src/nsXULTreeOuterGroupFrame.cpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/layout/xul/base/src/nsXULTreeCellFrame.cpp b/layout/xul/base/src/nsXULTreeCellFrame.cpp index aaa5036a4138..2b74a22b73eb 100644 --- a/layout/xul/base/src/nsXULTreeCellFrame.cpp +++ b/layout/xul/base/src/nsXULTreeCellFrame.cpp @@ -101,4 +101,5 @@ nsXULTreeCellFrame::GetFrameForPoint(nsIPresContext* aPresContext, } return NS_ERROR_FAILURE; } -} \ No newline at end of file +} + diff --git a/layout/xul/base/src/nsXULTreeOuterGroupFrame.cpp b/layout/xul/base/src/nsXULTreeOuterGroupFrame.cpp index bf3dbf174d5a..4b37f463800c 100644 --- a/layout/xul/base/src/nsXULTreeOuterGroupFrame.cpp +++ b/layout/xul/base/src/nsXULTreeOuterGroupFrame.cpp @@ -788,4 +788,5 @@ nsXULTreeOuterGroupFrame::IndexOfItem(nsIContent* aRoot, nsIContent* aContent, // not found return NS_ERROR_FAILURE; -} \ No newline at end of file +} +