From 5b0f1e7649acca541559ef2536b15d1525422571 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 5 Mar 2020 08:05:21 +1100 Subject: Cleanup: formatting, strip trailing space --- source/blender/blenkernel/BKE_collection.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source/blender/blenkernel/BKE_collection.h') 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, -- cgit v1.2.3