diff mercurial/cext/revlog.c @ 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 4fe63b573791
children 5c14bf0c5be3
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;