Commit: 1abf2f3c7c08051502ae0830ab5d4fa8d8d9f13a Author: Philipp Oeser Date: Tue Dec 21 14:28:04 2021 +0100 Branches: master https://developer.blender.org/rB1abf2f3c7c08051502ae0830ab5d4fa8d8d9f13a
Cleanup: clang format Missed in rB7c9e4099854a, sorry. =================================================================== M source/blender/editors/space_outliner/outliner_edit.c =================================================================== diff --git a/source/blender/editors/space_outliner/outliner_edit.c b/source/blender/editors/space_outliner/outliner_edit.c index 282ded43ac1..ba4759826cd 100644 --- a/source/blender/editors/space_outliner/outliner_edit.c +++ b/source/blender/editors/space_outliner/outliner_edit.c @@ -705,7 +705,8 @@ void OUTLINER_OT_id_remap(wmOperatorType *ot) prop = RNA_def_enum(ot->srna, "id_type", rna_enum_id_type_items, ID_OB, "ID Type", ""); RNA_def_property_translation_context(prop, BLT_I18NCONTEXT_ID_ID); - /* Changing ID type wont make sense, would return early with "Invalid old/new ID pair" anyways. */ + /* Changing ID type wont make sense, would return early with "Invalid old/new ID pair" anyways. + */ RNA_def_property_flag(prop, PROP_HIDDEN); prop = RNA_def_enum(ot->srna, "old_id", DummyRNA_NULL_items, 0, "Old ID", "Old ID to replace"); _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
