changeset 40560:8c1f36bf2d3e

revlog: add a comment to help clang-format produce less-awful results Differential Revision: https://phab.mercurial-scm.org/D5232
author Augie Fackler <augie@google.com>
date Tue, 06 Nov 2018 11:18:12 -0500
parents 26bab5c03e4c
children 5c14bf0c5be3
files mercurial/cext/revlog.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;