From 1abf2f3c7c08051502ae0830ab5d4fa8d8d9f13a Mon Sep 17 00:00:00 2001 From: Philipp Oeser Date: Tue, 21 Dec 2021 14:28:04 +0100 Subject: Cleanup: clang format Missed in rB7c9e4099854a, sorry. --- source/blender/editors/space_outliner/outliner_edit.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source') 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"); -- cgit v1.2.3