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:
authorJoshua Leung <aligorith@gmail.com>2013-01-29 05:23:29 +0400
committerJoshua Leung <aligorith@gmail.com>2013-01-29 05:23:29 +0400
commit004d0a3a9a86c9ec6e50201747f042d1d5bf0452 (patch)
treef2275bf97148e1c2cf296b2bd4231fa921e61469 /source/blender/blenkernel/intern/anim.c
parentaf70a34bfb3471ae4c7f0dedae9e5cec6b3fce0e (diff)
Whitespace
Diffstat (limited to 'source/blender/blenkernel/intern/anim.c')
-rw-r--r--source/blender/blenkernel/intern/anim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/anim.c b/source/blender/blenkernel/intern/anim.c
index dab54756c82..bc9c8a7ad50 100644
--- a/source/blender/blenkernel/intern/anim.c
+++ b/source/blender/blenkernel/intern/anim.c
@@ -312,7 +312,7 @@ static void motionpaths_calc_optimise_depsgraph(Scene *scene, ListBase *targets)
BLI_addhead(&scene->base, base);
mpt->ob->flag |= BA_TEMP_TAG;
-
+
/* we really don't need to continue anymore once this happens, but this line might really 'break' */
break;
}