Cleanup: format

This commit is contained in:
Campbell Barton
2025-03-22 08:06:40 +00:00
parent 818a1a6a35
commit 0d2fd12d8d

View File

@@ -1843,7 +1843,8 @@ static wmOperatorStatus file_external_operation_exec(bContext *C, wmOperator *op
PointerRNA op_props;
WM_operator_properties_create_ptr(&op_props, ot);
RNA_string_set(&op_props, "filepath", filepath);
const wmOperatorStatus retval = WM_operator_name_call_ptr(C, ot, WM_OP_INVOKE_DEFAULT, &op_props, nullptr);
const wmOperatorStatus retval = WM_operator_name_call_ptr(
C, ot, WM_OP_INVOKE_DEFAULT, &op_props, nullptr);
WM_operator_properties_free(&op_props);
if (retval == OPERATOR_FINISHED) {