Module: wine Branch: master Commit: c8092a04ced5c133eb6b8de72f89c10680f182a1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c8092a04ced5c133eb6b8de72f...
Author: Andrew Talbot andrew.talbot@talbotville.com Date: Sat Dec 15 14:43:22 2012 +0000
comdlg32: Indentation fix.
---
dlls/comdlg32/filedlg.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/comdlg32/filedlg.c b/dlls/comdlg32/filedlg.c index 0c674c5..eeac384 100644 --- a/dlls/comdlg32/filedlg.c +++ b/dlls/comdlg32/filedlg.c @@ -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 {