Cleanup: clang-format
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user