revlog: add a comment to help clang-format produce less-awful results
Differential Revision: https://phab.mercurial-scm.org/D5232
--- a/mercurial/cext/revlog.c Tue Nov 06 11:52:41 2018 -0500
+++ b/mercurial/cext/revlog.c Tue Nov 06 11:18:12 2018 -0500
@@ -51,7 +51,7 @@
} nodetree;
typedef struct {
- PyObject_HEAD
+ PyObject_HEAD /* ; */
nodetree nt;
} nodetreeObject;