D5232: revlog: add a comment to help clang-format produce less-awful results

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Tue Nov 6 16:44:36 UTC 2018


durin42 created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D5232

AFFECTED FILES
  mercurial/cext/revlog.c

CHANGE DETAILS

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;
 



To: durin42, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list