Clang Format: bump to version 17

Along with the 4.1 libraries upgrade, we are bumping the clang-format
version from 8-12 to 17. This affects quite a few files.

If not already the case, you may consider pointing your IDE to the
clang-format binary bundled with the Blender precompiled libraries.
This commit is contained in:
Brecht Van Lommel
2024-01-02 18:12:54 +01:00
parent 40953b0e39
commit d377ef2543
619 changed files with 2440 additions and 1596 deletions

View File

@@ -807,7 +807,8 @@ static PyObject *merge_func(PyObject * /*self*/, PyObject *args, PyObject *keywo
PyObject *pyinput, *pyoutput = NULL;
if (!PyArg_ParseTupleAndKeywords(
args, keywords, "OO", (char **)keyword_list, &pyinput, &pyoutput)) {
args, keywords, "OO", (char **)keyword_list, &pyinput, &pyoutput))
{
return NULL;
}