comdlg32: Indentation fix.

This commit is contained in:
Andrew Talbot 2012-12-15 14:43:22 +00:00 committed by Alexandre Julliard
parent 9feb4053fe
commit c8092a04ce
1 changed files with 2 additions and 2 deletions

View File

@ -1793,8 +1793,8 @@ static LRESULT FILEDLG95_ResizeControls(HWND hwnd, WPARAM wParam, LPARAM lParam)
flags |= SWP_NOSIZE;
SetRectEmpty(&rc);
}
SetWindowPos(fodInfos->DlgInfos.hwndCustomDlg, HWND_BOTTOM,
0, 0, rc.right, rc.bottom, flags);
SetWindowPos(fodInfos->DlgInfos.hwndCustomDlg, HWND_BOTTOM,
0, 0, rc.right, rc.bottom, flags);
}
else
{