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>2013-04-05 20:55:12 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-04-05 20:55:12 +0400
commit002dbaece721beaacf7da149309214f2dc9111af (patch)
treeb69cf7d8912aa147a60e81f7f4caa3e3f36df11f /source/blender/blenkernel/intern/bpath.c
parentfabbc5b1fa8d09e5f0b964d45b5f53caa9548c0b (diff)
style cleanup
Diffstat (limited to 'source/blender/blenkernel/intern/bpath.c')
-rw-r--r--source/blender/blenkernel/intern/bpath.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/intern/bpath.c b/source/blender/blenkernel/intern/bpath.c
index 806b944572f..1dbb02df740 100644
--- a/source/blender/blenkernel/intern/bpath.c
+++ b/source/blender/blenkernel/intern/bpath.c
@@ -590,8 +590,8 @@ void BKE_bpath_traverse_id(Main *bmain, ID *id, BPathVisitor visit_cb, const int
for (; module; module = module->next) {
rewrite_path_fixed(module->module_path, visit_cb, absbase, bpath_user_data);
}
- }
- }
+ }
+ }
#endif
break;
}