revlog: add a comment to help clang-format produce less-awful results
authorAugie Fackler <augie@google.com>
Tue, 06 Nov 2018 11:18:12 -0500
changeset 40560 8c1f36bf2d3e
parent 40559 26bab5c03e4c
child 40561 5c14bf0c5be3
revlog: add a comment to help clang-format produce less-awful results Differential Revision: https://phab.mercurial-scm.org/D5232
mercurial/cext/revlog.c
--- 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;