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>2021-04-01 03:15:47 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-04-01 03:18:26 +0300
commitd5c6485372f5f01a3505dc331ebdab03cde353d0 (patch)
tree41add9049ee49a2ebb4ca256fb10897adadb7947 /source/blender/editors/space_outliner/outliner_dragdrop.c
parent93972c8910081821d0c8361ba2a05c8af819b54d (diff)
Cleanup: clang format
Diffstat (limited to 'source/blender/editors/space_outliner/outliner_dragdrop.c')
-rw-r--r--source/blender/editors/space_outliner/outliner_dragdrop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/outliner_dragdrop.c b/source/blender/editors/space_outliner/outliner_dragdrop.c
index 83f71292232..8e19f76ea16 100644
--- a/source/blender/editors/space_outliner/outliner_dragdrop.c
+++ b/source/blender/editors/space_outliner/outliner_dragdrop.c
@@ -1104,7 +1104,7 @@ static bool collection_drop_init(bContext *C,
const wmEvent *event,
CollectionDrop *data)
{
-/* Get collection to drop into. */
+ /* Get collection to drop into. */
TreeElementInsertType insert_type;
TreeElement *te = outliner_drop_insert_collection_find(C, event, &insert_type);
if (!te) {