manifest: fix formatting
authorBryan O'Sullivan <bos@serpentine.com>
Sat, 12 Dec 2015 20:10:33 -0800
changeset 27340 7b8b6e3b3571
parent 27339 6ab8c6511a6a
child 27341 5042b999ef0a
manifest: fix formatting One poor unfortunate line was hanging way off the right hand side of the universe. Rescued it.
mercurial/manifest.c
--- a/mercurial/manifest.c	Sat Dec 12 13:39:29 2015 -0500
+++ b/mercurial/manifest.c	Sat Dec 12 20:10:33 2015 -0800
@@ -242,7 +242,7 @@
 	hash = nodeof(l);
 	consumed = pl + 41;
 	flags = PyString_FromStringAndSize(l->start + consumed,
-									   l->len - consumed - 1);
+					   l->len - consumed - 1);
 	if (!path || !hash || !flags) {
 		goto done;
 	}