phases: fix clang-format error
authorYuya Nishihara <yuya@tcha.org>
Sat, 18 Jul 2020 18:19:14 +0900
changeset 45176 3264d58e8b06
parent 45175 211063648b29
child 45177 03332e5f67e9
phases: fix clang-format error
mercurial/cext/revlog.c
--- 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;