Skip to content

Commit 1c18c6a

Browse files
committed
refactor: remove a stray space
1 parent ceee17c commit 1c18c6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/state_align_search.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ state_align_search_finish(ps_search_t *search)
257257
ent = ps_alignment_iter_get(itor);
258258
ent->start = cur_frame + 1;
259259
ent->duration = last_frame - ent->start;
260-
ent->score = last.score - cur.score;
260+
ent->score = last.score - cur.score;
261261
E_DEBUG("state %d start %d end %d\n", last.id,
262262
ent->start, last_frame);
263263
last = cur;

0 commit comments

Comments
 (0)