# HG changeset patch
# User Augie Fackler <augie@google.com>
# Date 1541521092 18000
#      Tue Nov 06 11:18:12 2018 -0500
# Node ID 8c1f36bf2d3e0db512264d3139def03d80583df0
# Parent  26bab5c03e4cba35c4aecffc40ac602c841fe425
revlog: add a comment to help clang-format produce less-awful results

Differential Revision: https://phab.mercurial-scm.org/D5232

diff --git a/mercurial/cext/revlog.c b/mercurial/cext/revlog.c
--- a/mercurial/cext/revlog.c
+++ b/mercurial/cext/revlog.c
@@ -51,7 +51,7 @@
 } nodetree;
 
 typedef struct {
-	PyObject_HEAD
+	PyObject_HEAD /* ; */
 	nodetree nt;
 } nodetreeObject;