Open
Description
Follow-up to #59188 (comment)
clang-format outputs
int maximized = new &STATE_MAXIMIZED;
instead of
int maximized = new & STATE_MAXIMIZED;
version: 19.1.7 on arch linux, and this is not fixed by #128287 (see #59188 (comment)).
Follow-up to #59188 (comment)
clang-format outputs
int maximized = new &STATE_MAXIMIZED;
instead of
int maximized = new & STATE_MAXIMIZED;
version: 19.1.7 on arch linux, and this is not fixed by #128287 (see #59188 (comment)).
Activity