Mercurial > hg-stable
diff mercurial/cext/revlog.c @ 41283:4948b327d3b9
cext: clang-format new code coming from stable branch
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Thu, 10 Jan 2019 21:29:24 +0900 |
parents | 074c72a38423 |
children | b01bbb8ff1f2 |
line wrap: on
line diff
--- 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;