Skip to content

Commit 82203a2

Browse files
committed
Fix whitespace [trivial]
1 parent 5b0bb75 commit 82203a2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

hts.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ htsFile *hts_open_format(const char *fn, const char *mode, const htsFormat *fmt)
402402
if (fmt && fmt->specific)
403403
if (hts_opt_apply(fp, fmt->specific) != 0)
404404
goto error;
405-
406405

407406
return fp;
408407

0 commit comments

Comments
 (0)