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/windowmanager/intern/wm_operator_props.c
parent8be34580c18767fc02107df1dbf6e1b65bc3bcb3 (diff)
Cleanup: line width
Diffstat (limited to 'source/blender/windowmanager/intern/wm_operator_props.c')
-rw-r--r--source/blender/windowmanager/intern/wm_operator_props.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_operator_props.c b/source/blender/windowmanager/intern/wm_operator_props.c
index c74bb46356d..78d3dde7ba8 100644
--- a/source/blender/windowmanager/intern/wm_operator_props.c
+++ b/source/blender/windowmanager/intern/wm_operator_props.c
@@ -43,7 +43,9 @@
#include "WM_types.h"
/* default properties for fileselect */
-void WM_operator_properties_filesel(wmOperatorType *ot, int filter, short type, short action, short flag, short display, short sort)
+void WM_operator_properties_filesel(
+ wmOperatorType *ot, int filter, short type, short action,
+ short flag, short display, short sort)
{
PropertyRNA *prop;