This is an archive of the discontinued Mercurial Phabricator instance.

cext: move braces for control statements to same line
ClosedPublic

Authored by indygreg on Oct 2 2017, 2:31 PM.

Details

Summary

This seems to be the prevailing style in the code by a wide margin.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

indygreg created this revision.Oct 2 2017, 2:31 PM

FWIW, this series stemmed from me hacking on a .clang-format file. I want the big patch where we run clang-format on the repo to be as simple as possible. This series (so far) is all about introducing consistency in our C code.

quark accepted this revision.Oct 2 2017, 2:54 PM
This revision was automatically updated to reflect the committed changes.