Skip to content

Commit

Permalink
Deleted training space.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoCasasOrtiz committed Feb 20, 2021
1 parent 37b243d commit dea21af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcf.c
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ bcf_hrec_t *bcf_hdr_parse_line(const bcf_hdr_t *h, const char *line, int *len)
goto fail;
if ( bracketed && *q==']' ) q++;
if ( *q=='>' ) { nopen--; q++; }
} else
} else
{
if ( quoted ) p++, q++;
while ( *q && *q != '\n' )
Expand Down

0 comments on commit dea21af

Please sign in to comment.