cext: clang-format new code coming from stable branch
authorYuya Nishihara <yuya@tcha.org>
Thu, 10 Jan 2019 21:29:24 +0900
changeset 41283 4948b327d3b9
parent 41282 4fab8a7d2d72
child 41284 b0e3f2d7c143
cext: clang-format new code coming from stable branch
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;