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>2012-06-13 02:05:33 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-06-13 02:05:33 +0400
commit2e8a2f7668e5687a0a9a5087e76eeb739c818b2b (patch)
tree75aa5fe8746df4cd369afff88c4fd367cb78f72c /source/blender/makesrna/intern/rna_scene_api.c
parent46c95d37c6fae2268a7f39f90ef46e9c3c696e3f (diff)
style cleanup
Diffstat (limited to 'source/blender/makesrna/intern/rna_scene_api.c')
-rw-r--r--source/blender/makesrna/intern/rna_scene_api.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/source/blender/makesrna/intern/rna_scene_api.c b/source/blender/makesrna/intern/rna_scene_api.c
index 8d18f9dd1c2..76fe5a656b6 100644
--- a/source/blender/makesrna/intern/rna_scene_api.c
+++ b/source/blender/makesrna/intern/rna_scene_api.c
@@ -87,17 +87,17 @@ static void rna_SceneRender_get_frame_path(RenderData *rd, int frame, char *name
static void rna_Scene_collada_export(
Scene *scene,
- const char *filepath,
- int selected,
- int apply_modifiers,
- int include_armatures,
- int include_children,
- int use_object_instantiation,
- int second_life)
+ const char *filepath,
+ int selected,
+ int apply_modifiers,
+ int include_armatures,
+ int include_children,
+ int use_object_instantiation,
+ int second_life)
{
collada_export(scene, filepath, selected, apply_modifiers,
- include_armatures, include_children,
- use_object_instantiation, second_life);
+ include_armatures, include_children,
+ use_object_instantiation, second_life);
}
#endif