Mercurial > hg
changeset 38702:992e108212a9
cext: reformat with clang-format 6.0
It appears some changes in clang-format affect our code. I didn't dig into
that deeper since the new output looks better.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sat, 14 Jul 2018 10:50:10 +0900 |
parents | f016eac2a466 |
children | b93dc48e74ad |
files | mercurial/cext/pathencode.c |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/cext/pathencode.c Sun Jul 08 19:52:35 2018 +0900 +++ b/mercurial/cext/pathencode.c Sat Jul 14 10:50:10 2018 +0900 @@ -474,7 +474,10 @@ static const uint32_t twobytes[8] = {0, 0, 0x87fffffe}; static const uint32_t onebyte[8] = { - 1, 0x2bff3bfa, 0x68000001, 0x2fffffff, + 1, + 0x2bff3bfa, + 0x68000001, + 0x2fffffff, }; Py_ssize_t destlen = 0;