Whitespace-only change: Clean up indentation for argument list in nsColumnSetFrame::Reflow

This commit is contained in:
dholbert@cs.stanford.edu 2007-12-27 20:00:35 -08:00
Родитель eb55ec9cb8
Коммит 8c99fcbd93
1 изменённых файлов: 4 добавлений и 4 удалений

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

@ -721,10 +721,10 @@ nsColumnSetFrame::DrainOverflowColumns()
}
NS_IMETHODIMP
nsColumnSetFrame::Reflow(nsPresContext* aPresContext,
nsHTMLReflowMetrics& aDesiredSize,
const nsHTMLReflowState& aReflowState,
nsReflowStatus& aStatus)
nsColumnSetFrame::Reflow(nsPresContext* aPresContext,
nsHTMLReflowMetrics& aDesiredSize,
const nsHTMLReflowState& aReflowState,
nsReflowStatus& aStatus)
{
DO_GLOBAL_REFLOW_COUNT("nsColumnSetFrame");
DISPLAY_REFLOW(aPresContext, this, aReflowState, aDesiredSize, aStatus);