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:
@@ -211,7 +211,8 @@ static PyObject *py_kdtree_find(PyKDTree *self, PyObject *args, PyObject *kwargs
|
||||
const char *keywords[] = {"co", "filter", nullptr};
|
||||
|
||||
if (!PyArg_ParseTupleAndKeywords(
|
||||
args, kwargs, "O|$O:find", (char **)keywords, &py_co, &py_filter)) {
|
||||
args, kwargs, "O|$O:find", (char **)keywords, &py_co, &py_filter))
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user