Trivial whitespace cleanup in 2 places in nsViewportFrame.cpp. (whitespace only; cleared in #developers)

This commit is contained in:
Daniel Holbert 2008-10-29 17:41:56 -07:00
Родитель 43f67c3663
Коммит 2e79f06653
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -216,7 +216,7 @@ ViewportFrame::GetPrefWidth(nsIRenderingContext *aRenderingContext)
}
nsPoint
ViewportFrame::AdjustReflowStateForScrollbars(nsHTMLReflowState* aReflowState) const
ViewportFrame::AdjustReflowStateForScrollbars(nsHTMLReflowState* aReflowState) const
{
// Calculate how much room is available for fixed frames. That means
// determining if the viewport is scrollable and whether the vertical and/or
@ -240,7 +240,7 @@ nsPoint
}
NS_IMETHODIMP
ViewportFrame::Reflow(nsPresContext* aPresContext,
ViewportFrame::Reflow(nsPresContext* aPresContext,
nsHTMLReflowMetrics& aDesiredSize,
const nsHTMLReflowState& aReflowState,
nsReflowStatus& aStatus)