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

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Wed Nov 7 07:32:09 EST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG8c1f36bf2d3e: revlog: add a comment to help clang-format produce less-awful results (authored by durin42, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D5232?vs=12455&id=12462

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