whitespace-only: align 'aPresContext' with other parameters in methods within nsTableFrame.cpp

This commit is contained in:
Daniel Holbert 2009-02-18 11:47:22 -08:00
parent 4d352f3f98
commit cbad7fb59b

View File

@ -92,7 +92,7 @@ struct nsTableReflowState {
// Running y-offset
nscoord y;
nsTableReflowState(nsPresContext& aPresContext,
nsTableReflowState(nsPresContext& aPresContext,
const nsHTMLReflowState& aReflowState,
nsTableFrame& aTableFrame,
nscoord aAvailWidth,
@ -102,7 +102,7 @@ struct nsTableReflowState {
Init(aPresContext, aTableFrame, aAvailWidth, aAvailHeight);
}
void Init(nsPresContext& aPresContext,
void Init(nsPresContext& aPresContext,
nsTableFrame& aTableFrame,
nscoord aAvailWidth,
nscoord aAvailHeight)
@ -129,7 +129,7 @@ struct nsTableReflowState {
}
}
nsTableReflowState(nsPresContext& aPresContext,
nsTableReflowState(nsPresContext& aPresContext,
const nsHTMLReflowState& aReflowState,
nsTableFrame& aTableFrame)
: reflowState(aReflowState)
@ -159,7 +159,7 @@ struct BCPropertyData
};
NS_IMETHODIMP
nsTableFrame::GetParentStyleContextFrame(nsPresContext* aPresContext,
nsTableFrame::GetParentStyleContextFrame(nsPresContext* aPresContext,
nsIFrame** aProviderFrame,
PRBool* aIsChild)
{
@ -1854,7 +1854,7 @@ nsTableFrame::RequestSpecialHeightReflow(const nsHTMLReflowState& aReflowState)
******************************************************************************************/
/* Layout the entire inner table. */
NS_METHOD nsTableFrame::Reflow(nsPresContext* aPresContext,
NS_METHOD nsTableFrame::Reflow(nsPresContext* aPresContext,
nsHTMLReflowMetrics& aDesiredSize,
const nsHTMLReflowState& aReflowState,
nsReflowStatus& aStatus)