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:
authorBastien Montagne <montagne29@wanadoo.fr>2016-07-29 19:49:50 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2016-07-29 19:49:50 +0300
commite4255a9535f8c4bd440ede159ec271e7fcd394cf (patch)
tree2ae63f50c4be4a5db8819d6bd0fde27c648c8455 /source/blender/blenloader
parent8e004062612e50789f081c795e7f39bf51ca3ae7 (diff)
Cleanup space/tabs, Grrr.
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 22e1507cd99..50e5eb195db 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -9329,9 +9329,9 @@ static void expand_object(FileData *fd, Main *mainvar, Object *ob)
}
if (ob->soft) {
- if (ob->soft->effector_weights) {
- expand_doit(fd, mainvar, ob->soft->effector_weights->group);
- }
+ if (ob->soft->effector_weights) {
+ expand_doit(fd, mainvar, ob->soft->effector_weights->group);
+ }
}
if (ob->rigidbody_constraint) {