Skip to content
Snippets Groups Projects
Commit 992e1082 authored by Yuya Nishihara's avatar Yuya Nishihara
Browse files

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.
parent f016eac2
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment