##// END OF EJS Templates
revlog: add a comment to help clang-format produce less-awful results...
Augie Fackler -
r40593:8c1f36bf default
parent child Browse files
Show More
@@ -51,7 +51,7 b' typedef struct {'
51 } nodetree;
51 } nodetree;
52
52
53 typedef struct {
53 typedef struct {
54 PyObject_HEAD
54 PyObject_HEAD /* ; */
55 nodetree nt;
55 nodetree nt;
56 } nodetreeObject;
56 } nodetreeObject;
57
57
General Comments 0
You need to be logged in to leave comments. Login now