mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Whitespace-only: Fix parameter indentation in nsTableRowFrame.cpp and nsTableRowGroupFrame.cpp
This commit is contained in:
parent
7bf054d872
commit
3a78be97fc
@ -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
|
||||
|
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user