This is an archive of the discontinued Mercurial Phabricator instance.

revlog: give formatting to clang-format
ClosedPublic

Authored by durin42 on Nov 6 2018, 11:44 AM.

Details

Summary

This has two lines that are poorly formatted, both right after
PyObject_HEAD macros. It's possible that in the future there will be a
feature to tell clang-format that a token includes an end-of-line
character (in this case the ;), but for now I'm willing to live with
two poorly-formatted lines in a struct definition in exchange for not
thinking about how this file is formatted.

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

durin42 created this revision.Nov 6 2018, 11:44 AM
This revision was automatically updated to reflect the committed changes.