Skip to content
Snippets Groups Projects
Commit e5ad3ef90aa1 authored by Augie Fackler's avatar Augie Fackler
Browse files

revlog: give formatting to clang-format

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.

Differential Revision: https://phab.mercurial-scm.org/D5234
parent 5c14bf0c5be3
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,6 @@
mercurial/cext/dirs.c
mercurial/cext/manifest.c
mercurial/cext/osutil.c
mercurial/cext/revlog.c
# Vendored code that we should never format:
contrib/python-zstandard/c-ext/bufferutil.c
contrib/python-zstandard/c-ext/compressionchunker.c
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment