From patchwork Sat Jul 18 10:12:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1,of,6] phases: fix clang-format error From: Yuya Nishihara X-Patchwork-Id: 46798 Message-Id: To: mercurial-devel@mercurial-scm.org Date: Sat, 18 Jul 2020 19:12:57 +0900 # HG changeset patch # User Yuya Nishihara # Date 1595063954 -32400 # Sat Jul 18 18:19:14 2020 +0900 # Node ID bf0637f0915c1365c58d37e55f511323af0dc706 # Parent c26335fa4225eaf19e444724a97746d47cc4fea2 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 @@ -820,7 +820,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;