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/editors/sound/sound_ops.c | 2 +- source/blender/editors/space_buttons/buttons_context.c | 2 +- source/blender/editors/space_view3d/space_view3d.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/editors') diff --git a/source/blender/editors/sound/sound_ops.c b/source/blender/editors/sound/sound_ops.c index 558cab760e0..335f84bfde9 100644 --- a/source/blender/editors/sound/sound_ops.c +++ b/source/blender/editors/sound/sound_ops.c @@ -420,7 +420,7 @@ static const char *snd_ext_sound[] = { ".mp3", ".ogg", ".wav", - NULL + NULL, }; static bool sound_mixdown_check(bContext *UNUSED(C), wmOperator *op) diff --git a/source/blender/editors/space_buttons/buttons_context.c b/source/blender/editors/space_buttons/buttons_context.c index 041b7277c8c..72457ce079c 100644 --- a/source/blender/editors/space_buttons/buttons_context.c +++ b/source/blender/editors/space_buttons/buttons_context.c @@ -711,7 +711,7 @@ const char *buttons_context_dir[] = { "texture", "texture_user", "texture_user_property", "bone", "edit_bone", "pose_bone", "particle_system", "particle_system_editable", "particle_settings", "cloth", "soft_body", "fluid", "smoke", "collision", "brush", "dynamic_paint", - "line_style", "collection", NULL + "line_style", "collection", NULL, }; int buttons_context(const bContext *C, const char *member, bContextDataResult *result) diff --git a/source/blender/editors/space_view3d/space_view3d.c b/source/blender/editors/space_view3d/space_view3d.c index 7b3d1ac6072..9ad35fe9fc6 100644 --- a/source/blender/editors/space_view3d/space_view3d.c +++ b/source/blender/editors/space_view3d/space_view3d.c @@ -1364,7 +1364,7 @@ static void space_view3d_refresh(const bContext *C, ScrArea *UNUSED(sa)) } const char *view3d_context_dir[] = { - "active_base", "active_object", NULL + "active_base", "active_object", NULL, }; static int view3d_context(const bContext *C, const char *member, bContextDataResult *result) -- cgit v1.2.3