Rémi Bernon (@rbernon) commented about dlls/win32u/window.c:
if ((!(style & (WS_POPUP | WS_CHILD)) || ((style & (WS_POPUP | WS_CHILD | WS_CAPTION)) == (WS_POPUP | WS_CAPTION)))
&& !get_window_relative( hwnd, GW_OWNER )
Lets keep the && aligned with the other below. It's otherwise harder to read assumed operator precedence.