April 28, 2026
3:33 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/treeview.c:
TVIF_TEXT | TVIF_HANDLE | TVIF_STATE | TVIF_PARAM, prevSelect, newSelect)) - return FALSE; + { + ret = FALSE; break;
The `break` statement should be on a new line. There are also a bunch of whitespace issues with this commit. For example, the code is not properly aligned. Note that the tab width is 8. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10451#note_137909