Skip to content

Commit 22dbc98

Browse files
committed
Remove trailing white space
1 parent 2a7ccea commit 22dbc98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vcf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2911,7 +2911,7 @@ static int vcf_parse_format_alloc4(kstring_t *s, const bcf_hdr_t *h, bcf1_t *v,
29112911
// fill the sample fields; at beginning of the loop
29122912
static int vcf_parse_format_fill5(kstring_t *s, const bcf_hdr_t *h, bcf1_t *v,
29132913
const char *p, const char *q, fmt_aux_t *fmt) {
2914-
static int extreme_val_warned = 0;
2914+
static int extreme_val_warned = 0;
29152915
int n_sample_ori = -1;
29162916
// t points to the first char of a format
29172917
const char *t = q + 1;

0 commit comments

Comments
 (0)