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>2018-10-23 02:53:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-10-23 03:01:25 +0300
commit5891f81f258bf3c9bb9d9683698a792254584c7f (patch)
tree910b38eed47acf15ff0181d995b79ee3e23da65d /source/blender/editors/space_outliner/outliner_dragdrop.c
parente5182fa101a47d974e0d88c371bd7f3191cc656b (diff)
Cleanup: style, warning
Diffstat (limited to 'source/blender/editors/space_outliner/outliner_dragdrop.c')
-rw-r--r--source/blender/editors/space_outliner/outliner_dragdrop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_outliner/outliner_dragdrop.c b/source/blender/editors/space_outliner/outliner_dragdrop.c
index 66052166bf7..f5b25554708 100644
--- a/source/blender/editors/space_outliner/outliner_dragdrop.c
+++ b/source/blender/editors/space_outliner/outliner_dragdrop.c
@@ -253,8 +253,8 @@ static bool parent_drop_allowed(SpaceOops *soops, TreeElement *te, Object *poten
*/
if (scene) {
for (ViewLayer *view_layer = scene->view_layers.first;
- view_layer;
- view_layer = view_layer->next)
+ view_layer;
+ view_layer = view_layer->next)
{
if (BKE_view_layer_base_find(view_layer, potential_child)) {
return true;