Cleanup: clang format

Missed in rB7c9e4099854a, sorry.
This commit is contained in:
Philipp Oeser 2021-12-21 14:28:04 +01:00
parent d13970de86
commit 1abf2f3c7c
1 changed files with 2 additions and 1 deletions

View File

@ -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");