Skip to content

Commit bb3eb02

Browse files
committed
fix lint
1 parent e80a52e commit bb3eb02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c/tskit/trees.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3753,7 +3753,7 @@ tsk_treeseq_allele_frequency_spectrum(const tsk_treeseq_t *self,
37533753
goto out;
37543754
}
37553755
// Site mode does not support time windows
3756-
if (stat_site && !(time_windows[0] == 0.0 && isinf((float)time_windows[1]))) {
3756+
if (stat_site && !(time_windows[0] == 0.0 && isinf((float) time_windows[1]))) {
37573757
ret = TSK_ERR_UNSUPPORTED_STAT_MODE;
37583758
goto out;
37593759
}

0 commit comments

Comments
 (0)