Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/status.c:
width = parent_rect.right - parent_rect.left; x = parent_rect.left; y = parent_rect.bottom - infoPtr->height;
- MoveWindow (infoPtr->Self, x, y, width, infoPtr->height, TRUE);
- MoveWindow (infoPtr->Self, x, y, width, infoPtr->height, FALSE);
Let's remove the space after the function name MoveWindow. I know the style is not consistent. But let's make it so within a commit at least.