Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/tests/toolbar.c:
static void *alloced_str;
-static LRESULT parent_wnd_notify(LPARAM lParam) +static const NMCBEENDEDITW test_WM_NOTIFY_NMCBEENDEDITW = +{
- .hdr.hwndFrom = (HWND)0xabcd0001,
- .hdr.idFrom = 0xabcd0002,
- .hdr.code = CBEN_ENDEDITW,
- .fChanged = 0xabcd0003,
- .iNewSelection = 0xabcd0004,
- .szText = {'L','o','r','e','m',' ','i','p','s','u','m',' ','d','o','l','o','r',' ','s','i','t',' ','a','m','e','t',0},
- .iWhy = 0xabcd0005
+};
Add an empty line after this.