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/space_info/info_ops.c
parent8be34580c18767fc02107df1dbf6e1b65bc3bcb3 (diff)
Cleanup: line width
Diffstat (limited to 'source/blender/editors/space_info/info_ops.c')
-rw-r--r--source/blender/editors/space_info/info_ops.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/editors/space_info/info_ops.c b/source/blender/editors/space_info/info_ops.c
index 771a64693e0..0e427623840 100644
--- a/source/blender/editors/space_info/info_ops.c
+++ b/source/blender/editors/space_info/info_ops.c
@@ -484,8 +484,9 @@ void FILE_OT_find_missing_files(wmOperatorType *ot)
/* properties */
RNA_def_boolean(ot->srna, "find_all", false, "Find All", "Find all files in the search path (not just missing)");
- WM_operator_properties_filesel(ot, 0, FILE_SPECIAL, FILE_OPENFILE,
- WM_FILESEL_DIRECTORY, FILE_DEFAULTDISPLAY, FILE_SORT_ALPHA);
+ WM_operator_properties_filesel(
+ ot, 0, FILE_SPECIAL, FILE_OPENFILE,
+ WM_FILESEL_DIRECTORY, FILE_DEFAULTDISPLAY, FILE_SORT_ALPHA);
}
/********************* report box operator *********************/