12 Aug
2024
12 Aug
'24
1:16 p.m.
Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/treeview.c:
!(item->state & TVIS_EXPANDEDONCE)); if (sendsNotifications) { - if (!TREEVIEW_SendExpanding(infoPtr, item, TVE_EXPAND)) - { - TRACE(" TVN_ITEMEXPANDING returned TRUE, exiting...\n"); - return FALSE; - } + if(TREEVIEW_SendExpanding(infoPtr, item, TVE_EXPAND))
Add a space after if. I notice this has happened multiple times. You might want to check your editor's config. And it looks good besides these minor style issues. Thanks for working on this. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6218#note_78424