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>2016-02-07 14:56:20 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-02-07 14:56:20 +0300
commit77197b26fafb92a1339693fe8e08d5e7acd0d9fe (patch)
tree19717551aa512613de27b8e65454b8c1965c7948 /source/blender/editors/physics
parent8be34580c18767fc02107df1dbf6e1b65bc3bcb3 (diff)
Cleanup: line width
Diffstat (limited to 'source/blender/editors/physics')
-rw-r--r--source/blender/editors/physics/rigidbody_world.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/editors/physics/rigidbody_world.c b/source/blender/editors/physics/rigidbody_world.c
index 0bd9ec5f4cd..bd8505fcf15 100644
--- a/source/blender/editors/physics/rigidbody_world.c
+++ b/source/blender/editors/physics/rigidbody_world.c
@@ -195,5 +195,7 @@ void RIGIDBODY_OT_world_export(wmOperatorType *ot)
ot->flag = OPTYPE_REGISTER|OPTYPE_UNDO;
/* properties */
- WM_operator_properties_filesel(ot, FILE_TYPE_FOLDER, FILE_SPECIAL, FILE_SAVE, FILE_RELPATH, FILE_DEFAULTDISPLAY, FILE_SORT_ALPHA);
+ WM_operator_properties_filesel(
+ ot, FILE_TYPE_FOLDER, FILE_SPECIAL, FILE_SAVE,
+ FILE_RELPATH, FILE_DEFAULTDISPLAY, FILE_SORT_ALPHA);
}