From 8a61ea7296f17428f062a840c560e08a5a2f72ea Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 19 Jan 2019 13:21:18 +1100 Subject: Cleanup: add trailing commas Prevents clang-format merging into a single line. --- source/blender/python/intern/bpy_app_ocio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/python/intern/bpy_app_ocio.c') diff --git a/source/blender/python/intern/bpy_app_ocio.c b/source/blender/python/intern/bpy_app_ocio.c index 9997e6b87f1..546261f82fa 100644 --- a/source/blender/python/intern/bpy_app_ocio.c +++ b/source/blender/python/intern/bpy_app_ocio.c @@ -41,7 +41,7 @@ static PyStructSequence_Field app_ocio_info_fields[] = { {(char *)"supported", (char *)("Boolean, True when Blender is built with OpenColorIO support")}, {(char *)("version"), (char *)("The OpenColorIO version as a tuple of 3 numbers")}, {(char *)("version_string"), (char *)("The OpenColorIO version formatted as a string")}, - {NULL} + {NULL}, }; static PyStructSequence_Desc app_ocio_info_desc = { -- cgit v1.2.3