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:
@@ -80,7 +80,8 @@ static int FrsMaterial_init(BPy_FrsMaterial *self, PyObject *args, PyObject *kwd
|
||||
int priority;
|
||||
|
||||
if (PyArg_ParseTupleAndKeywords(
|
||||
args, kwds, "|O!", (char **)kwlist_1, &FrsMaterial_Type, &brother)) {
|
||||
args, kwds, "|O!", (char **)kwlist_1, &FrsMaterial_Type, &brother))
|
||||
{
|
||||
if (!brother) {
|
||||
self->m = new FrsMaterial();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user