зеркало из https://github.com/mozilla/gecko-dev.git
Whitespace-only: Fix parameter indentation in nsTableCellFame.cpp
This commit is contained in:
Родитель
0a47d48dae
Коммит
1410da3693
|
@ -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)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче