From a73b250fc5fbaa6e087c3999fa66a19e9f4efaa0 Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Wed, 5 Jun 2019 14:30:44 +0200 Subject: Code Style: Make Format --- source/blender/editors/space_file/filesel.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/editors/space_file') diff --git a/source/blender/editors/space_file/filesel.c b/source/blender/editors/space_file/filesel.c index c82e140e1fe..fab3cfbb69d 100644 --- a/source/blender/editors/space_file/filesel.c +++ b/source/blender/editors/space_file/filesel.c @@ -112,7 +112,8 @@ short ED_fileselect_set_params(SpaceFile *sfile) const bool is_directory = (RNA_struct_find_property(op->ptr, "directory") != NULL); const bool is_relative_path = (RNA_struct_find_property(op->ptr, "relative_path") != NULL); - BLI_strncpy_utf8(params->title, WM_operatortype_name(op->type, op->ptr), sizeof(params->title)); + BLI_strncpy_utf8( + params->title, WM_operatortype_name(op->type, op->ptr), sizeof(params->title)); if ((prop = RNA_struct_find_property(op->ptr, "filemode"))) { params->type = RNA_property_int_get(op->ptr, prop); -- cgit v1.2.3