Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-06-15 02:08:46 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-06-15 02:08:46 +0300
commitedda93caf9ae4993cb66309c008a28245f4c3d37 (patch)
tree8f8ef506ed12e5e49bfe4055dc21a12381557928 /source/blender/editors
parent83661a5cfe2e7a50655a0c4393da5edb9851e358 (diff)
Cleanup: clang-format
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/space_outliner/outliner_draw.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/source/blender/editors/space_outliner/outliner_draw.c b/source/blender/editors/space_outliner/outliner_draw.c
index 1e8742bb368..fed56f3d452 100644
--- a/source/blender/editors/space_outliner/outliner_draw.c
+++ b/source/blender/editors/space_outliner/outliner_draw.c
@@ -2810,13 +2810,12 @@ static void outliner_draw_tree_element(bContext *C,
active = OL_DRAWSEL_ACTIVE;
}
}
- else
- {
- active = tree_element_type_active(
- C, scene, view_layer, soops, te, tselem, OL_SETSEL_NONE, false);
- /* active collection*/
- icon_bgcolor[3] = 0.2f;
- }
+ else {
+ active = tree_element_type_active(
+ C, scene, view_layer, soops, te, tselem, OL_SETSEL_NONE, false);
+ /* active collection*/
+ icon_bgcolor[3] = 0.2f;
+ }
/* Checkbox to enable collections. */
if ((tselem->type == TSE_LAYER_COLLECTION) &&