Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/tests/rebar.c:
case WM_NOTIFY: { NMHDR *lpnm = (NMHDR *)lParam;
if (lpnm->code == RBN_HEIGHTCHANGE)
GetClientRect(lpnm->hwndFrom, &height_change_notify_rect);
switch (lpnm->code)
{
case RBN_HEIGHTCHANGE:
GetClientRect(lpnm->hwndFrom, &height_change_notify_rect);
break;
case RBN_CHEVRONPUSHED:
g_chevron_rect = ((NMREBARCHEVRON*)lParam)->rc;
Add a space before the asterisk.