Whitespace-only: Fix parameter indentation in nsTableCellFame.cpp

This commit is contained in:
Daniel Holbert 2009-01-14 21:06:03 -08:00
Родитель 0a47d48dae
Коммит 1410da3693
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -672,7 +672,7 @@ nsTableCellFrame::HasVerticalAlignBaseline()
PRBool PRBool
nsTableCellFrame::CellHasVisibleContent(nscoord height, nsTableCellFrame::CellHasVisibleContent(nscoord height,
nsTableFrame* tableFrame, nsTableFrame* tableFrame,
nsIFrame* kidFrame) nsIFrame* kidFrame)
{ {
// see http://www.w3.org/TR/CSS21/tables.html#empty-cells // see http://www.w3.org/TR/CSS21/tables.html#empty-cells
if (height > 0) if (height > 0)
@ -835,7 +835,7 @@ CalcUnpaginagedHeight(nsPresContext* aPresContext,
return computedHeight; return computedHeight;
} }
NS_METHOD nsTableCellFrame::Reflow(nsPresContext* aPresContext, NS_METHOD nsTableCellFrame::Reflow(nsPresContext* aPresContext,
nsHTMLReflowMetrics& aDesiredSize, nsHTMLReflowMetrics& aDesiredSize,
const nsHTMLReflowState& aReflowState, const nsHTMLReflowState& aReflowState,
nsReflowStatus& aStatus) nsReflowStatus& aStatus)