# HG changeset patch # User Augie Fackler # Date 2018-11-06 16:18:12 # 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 @@ typedef struct { } nodetree; typedef struct { - PyObject_HEAD + PyObject_HEAD /* ; */ nodetree nt; } nodetreeObject;