# HG changeset patch # User Yuya Nishihara # Date 2020-07-18 09:19:14 # Node ID 3264d58e8b0617296e9d6f13504515fc95e30ebf # Parent 211063648b29b1e7d9d5c9fbacd777b17c73f063 phases: fix clang-format error diff --git a/mercurial/cext/revlog.c b/mercurial/cext/revlog.c --- a/mercurial/cext/revlog.c +++ b/mercurial/cext/revlog.c @@ -823,7 +823,8 @@ static PyObject *compute_phases_map_sets 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;