Cleanup: add trailing commas
Prevents clang-format merging into a single line.
This commit is contained in:
@@ -801,7 +801,7 @@ static struct PyModuleDef module = {
|
||||
"Blender cycles render integration",
|
||||
-1,
|
||||
methods,
|
||||
NULL, NULL, NULL, NULL
|
||||
NULL, NULL, NULL, NULL,
|
||||
};
|
||||
|
||||
CCL_NAMESPACE_END
|
||||
|
||||
Reference in New Issue
Block a user