changeset 45176:3264d58e8b06

phases: fix clang-format error
author Yuya Nishihara <yuya@tcha.org>
date Sat, 18 Jul 2020 18:19:14 +0900
parents 211063648b29
children 03332e5f67e9
files mercurial/cext/revlog.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/cext/revlog.c	Sat Jul 18 18:13:41 2020 +0900
+++ b/mercurial/cext/revlog.c	Sat Jul 18 18:19:14 2020 +0900
@@ -823,7 +823,8 @@
 		Py_DECREF(pyphase);
 		if (phaseroots == NULL)
 			continue;
-		rev = add_roots_get_min(self, phaseroots, phases, trackedphases[i]);
+		rev = add_roots_get_min(self, phaseroots, phases,
+		                        trackedphases[i]);
 		phaseroots = NULL;
 		if (rev == -2)
 			goto release;