Aug. 8, 2024
7:41 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/tests/treeview.c:
} case TVN_ITEMEXPANDINGA: { - UINT newmask = pTreeView->itemNew.mask & ~TVIF_CHILDREN; + UINT newmask;
Let's add a new line after the variable declaration. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6218#note_78094