mirror of
https://github.com/i3/i3.git
synced 2026-02-04 15:25:45 +00:00
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:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user