Merge pull request #16411 from dundargoc/refactor/upgrade-uncrustify

refactor: upgrade uncrustify config version to 0.74.0
This commit is contained in:
Björn Linse
2021-12-04 12:31:42 +01:00
committed by GitHub
9 changed files with 293 additions and 188 deletions

View File

@@ -7573,7 +7573,7 @@ static bool syn_list_header(const bool did_header, const int outlen, const int i
// Show "xxx" with the attributes.
if (!did_header) {
if (endcol == Columns - 1 && endcol <= name_col) {
msg_putchar(' ');
msg_putchar(' ');
}
msg_puts_attr("xxx", syn_id2attr(id));
msg_putchar(' ');