From 7f01329a84a6c8e90988e38cab7dd7f070d06795 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Tue, 6 Jun 2017 17:01:20 +0200 Subject: Small cleanup: Use ELEM and wrong identation --- source/blender/editors/space_buttons/buttons_context.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/editors/space_buttons') diff --git a/source/blender/editors/space_buttons/buttons_context.c b/source/blender/editors/space_buttons/buttons_context.c index 1f59007d3b4..deaa2885ea3 100644 --- a/source/blender/editors/space_buttons/buttons_context.c +++ b/source/blender/editors/space_buttons/buttons_context.c @@ -662,10 +662,10 @@ static int buttons_context_path(const bContext *C, ButsContextPath *path, int ma case BCONTEXT_BONE_CONSTRAINT: found = buttons_context_path_pose_bone(path); break; - case BCONTEXT_COLLECTION: - found = buttons_context_path_collection(C, path); - break; - default: + case BCONTEXT_COLLECTION: + found = buttons_context_path_collection(C, path); + break; + default: found = 0; break; } -- cgit v1.2.3