Cleanup: spelling in comments, formatting, move comments into headers

This commit is contained in:
2022-09-06 16:25:20 +10:00
parent 077ba5ac38
commit 6c6a53fad3
100 changed files with 534 additions and 495 deletions

View File

@@ -3076,7 +3076,7 @@ static int seq_cmp_time_startdisp_channel(void *thunk, const void *a, const void
int seq_a_start = SEQ_time_left_handle_frame_get(scene, seq_a);
int seq_b_start = SEQ_time_left_handle_frame_get(scene, seq_b);
/* If strips have the same start frame favor the one with a higher channel.*/
/* If strips have the same start frame favor the one with a higher channel. */
if (seq_a_start == seq_b_start) {
return seq_a->machine > seq_b->machine;
}