clang-format: enable InsertBraces (#5882)

Enforces a rule that we have followed for years now. Yes, the diff is
quite big but we get it over with once and we prevent having to nit-pick
future PRs.
This commit is contained in:
Orestis Floros
2024-01-27 11:37:05 +01:00
committed by GitHub
parent 5fdfb14530
commit f169624560
73 changed files with 1700 additions and 942 deletions

View File

@ -86,7 +86,8 @@ out:
out_atom:
free(atom_reply);
out_conn:
if (provided_conn == NULL)
if (provided_conn == NULL) {
xcb_disconnect(conn);
}
return content;
}