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>2020-03-05 00:05:21 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-05 00:05:21 +0300
commit5b0f1e7649acca541559ef2536b15d1525422571 (patch)
tree778772fceddc24e5abd98540ba6a4330dd5f2d89 /source/blender/blenkernel/BKE_collection.h
parenta297a6c444c7463295f0447a55a5f9542414529c (diff)
Cleanup: formatting, strip trailing space
Diffstat (limited to 'source/blender/blenkernel/BKE_collection.h')
-rw-r--r--source/blender/blenkernel/BKE_collection.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/blender/blenkernel/BKE_collection.h b/source/blender/blenkernel/BKE_collection.h
index f0ec0c6765b..9fdea820499 100644
--- a/source/blender/blenkernel/BKE_collection.h
+++ b/source/blender/blenkernel/BKE_collection.h
@@ -60,9 +60,7 @@ void BKE_collection_copy_data(struct Main *bmain,
struct Collection *collection_dst,
const struct Collection *collection_src,
const int flag);
-void BKE_collection_make_local(struct Main *bmain,
- struct Collection *collection,
- const int flags);
+void BKE_collection_make_local(struct Main *bmain, struct Collection *collection, const int flags);
struct Collection *BKE_collection_duplicate(struct Main *bmain,
struct Collection *parent,