# HG changeset patch # User Yuya Nishihara # Date 1595063954 -32400 # Node ID 3264d58e8b0617296e9d6f13504515fc95e30ebf # Parent 211063648b29b1e7d9d5c9fbacd777b17c73f063 phases: fix clang-format error diff -r 211063648b29 -r 3264d58e8b06 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;