# HG changeset patch # User Yuya Nishihara # Date 1547123364 -32400 # Node ID 4948b327d3b9c5dcd779ef2bff441c57dd4c9e49 # Parent 4fab8a7d2d72b4d50d1d647a015d33f64c1e2e4d cext: clang-format new code coming from stable branch diff -r 4fab8a7d2d72 -r 4948b327d3b9 mercurial/cext/revlog.c --- a/mercurial/cext/revlog.c Thu Jan 03 19:02:46 2019 -0500 +++ b/mercurial/cext/revlog.c Thu Jan 10 21:29:24 2019 +0900 @@ -995,8 +995,8 @@ if (result < -1) { PyErr_Format( PyExc_ValueError, - "corrupted revlog, revision base out of range: %d, %d", - rev, result); + "corrupted revlog, revision base out of range: %d, %d", rev, + result); return -2; } return result;