[PATCH 03/12] comdlg32/tests: Fix misleading indentation warnings

Fabian Maurer dark.shadow4 at web.de
Tue Jan 25 15:06:25 CST 2022


Signed-off-by: Fabian Maurer <dark.shadow4 at web.de>
---
 dlls/comdlg32/tests/filedlg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/comdlg32/tests/filedlg.c b/dlls/comdlg32/tests/filedlg.c
index 165b5cd8bdc..142eb371a46 100644
--- a/dlls/comdlg32/tests/filedlg.c
+++ b/dlls/comdlg32/tests/filedlg.c
@@ -467,7 +467,7 @@ static UINT_PTR WINAPI resize_template_hook(HWND dlg, UINT msg, WPARAM wParam, L
                                 break;
                             /* todo_wine: non moving non sizing controls */
                             case lst1:
-todo_wine
+                                todo_wine
                                 ok( TESTRECTS( rc, ctrlrcs[i], 0, 0, 0, 0),
                                     "control id %03x was moved/resized, before %s after %s\n",
                                     ctrlids[i], wine_dbgstr_rect( &ctrlrcs[i] ),
--
2.35.0




More information about the wine-devel mailing list