Cleanup: ensure '_END' macros end with a semicolon
Missing these breaks auto-indent for editors that don't expand macros.
This commit is contained in:
@@ -469,8 +469,7 @@ void BKE_sequencer_editing_free(Scene *scene, const bool do_id_user)
|
||||
{
|
||||
/* handle cache freeing above */
|
||||
BKE_sequence_free_ex(scene, seq, false, do_id_user);
|
||||
}
|
||||
SEQ_END
|
||||
} SEQ_END;
|
||||
|
||||
BLI_freelistN(&ed->metastack);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user