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-02-28 04:15:42 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-28 04:30:56 +0300
commit3d4d7b97c27e3ff2820ddf210736ca90cae05f85 (patch)
tree4ee989d65a906385537646d8475a2bec1332a1ea /source/blender/blenloader
parentc51516c3fbf9c5f379f73ca10cdce3fb4c63a017 (diff)
Cleanup: style
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 9e4be469fb7..c0bf832a768 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -10960,7 +10960,7 @@ static ID *link_named_part(
if (id == NULL) {
/* not read yet */
const int tag = force_indirect ? LIB_TAG_INDIRECT : LIB_TAG_EXTERN;
- read_libblock(fd, mainl, bhead, tag | LIB_TAG_NEED_EXPAND , &id);
+ read_libblock(fd, mainl, bhead, tag | LIB_TAG_NEED_EXPAND, &id);
if (id) {
/* sort by name in list */