Whitespace-only: Fix parameter indentation in nsTableRowFrame.cpp and nsTableRowGroupFrame.cpp

This commit is contained in:
Daniel Holbert 2009-01-14 14:16:43 -08:00
parent 7bf054d872
commit 3a78be97fc
2 changed files with 3 additions and 3 deletions

View File

@ -762,7 +762,7 @@ GetSpaceBetween(PRInt32 aPrevColIndex,
// subtract the heights of aRow's prev in flows from the unpaginated height
static
nscoord CalcHeightFromUnpaginatedHeight(nsPresContext* aPresContext,
nscoord CalcHeightFromUnpaginatedHeight(nsPresContext* aPresContext,
nsTableRowFrame& aRow)
{
nscoord height = 0;
@ -1366,7 +1366,7 @@ nsTableRowFrame::GetNextRow() const
void
nsTableRowFrame::SetUnpaginatedHeight(nsPresContext* aPresContext,
nscoord aValue)
nscoord aValue)
{
NS_ASSERTION(!GetPrevInFlow(), "program error");
// Get the property

View File

@ -335,7 +335,7 @@ nsTableRowGroupFrame::InitChildReflowState(nsPresContext& aPresContext,
}
static void
CacheRowHeightsForPrinting(nsPresContext* aPresContext,
CacheRowHeightsForPrinting(nsPresContext* aPresContext,
nsTableRowFrame* aFirstRow)
{
for (nsTableRowFrame* row = aFirstRow; row; row = row->GetNextRow()) {