Cleanup: add trailing commas

Prevents clang-format merging into a single line.
This commit is contained in:
Campbell Barton
2019-01-19 13:21:18 +11:00
parent c59370bf64
commit 8a61ea7296
40 changed files with 73 additions and 73 deletions

View File

@@ -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