whitespace-only: fix indentation of 'aPresContext' arguments in function headers within nsPageFrame.cpp

This commit is contained in:
Daniel Holbert 2009-02-26 15:47:03 -08:00
parent 9a51d18aca
commit 7207931cc5

View File

@ -80,7 +80,7 @@ nsPageFrame::~nsPageFrame()
{
}
NS_IMETHODIMP nsPageFrame::Reflow(nsPresContext* aPresContext,
NS_IMETHODIMP nsPageFrame::Reflow(nsPresContext* aPresContext,
nsHTMLReflowMetrics& aDesiredSize,
const nsHTMLReflowState& aReflowState,
nsReflowStatus& aStatus)
@ -628,7 +628,7 @@ nsPageBreakFrame::GetIntrinsicHeight()
}
nsresult
nsPageBreakFrame::Reflow(nsPresContext* aPresContext,
nsPageBreakFrame::Reflow(nsPresContext* aPresContext,
nsHTMLReflowMetrics& aDesiredSize,
const nsHTMLReflowState& aReflowState,
nsReflowStatus& aStatus)