Cleanup: clang-format

This commit is contained in:
Lukas Stockner
2022-10-10 17:57:25 +02:00
parent 95aac5df73
commit 9a8746dff1

View File

@@ -1611,7 +1611,8 @@ void CLIP_OT_mode_set(wmOperatorType *ot)
ot->poll = ED_space_clip_poll;
/* properties */
ot->prop = RNA_def_enum(ot->srna, "mode", rna_enum_clip_editor_mode_items, SC_MODE_TRACKING, "Mode", "");
ot->prop = RNA_def_enum(
ot->srna, "mode", rna_enum_clip_editor_mode_items, SC_MODE_TRACKING, "Mode", "");
RNA_def_property_translation_context(ot->prop, BLT_I18NCONTEXT_ID_MOVIECLIP);
}