Skip to content

Commit dc621d7

Browse files
authored
Removing extra brackets
1 parent 6d1a9a6 commit dc621d7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/froll.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,8 @@ void frollfun(rollfun_t rfun, unsigned int algo, const double *x, uint64_t nx, a
105105
ans->dbl_v[i] = fill;
106106
}
107107
}
108-
if (verbose) {
108+
if (verbose)
109109
snprintf(end(ans->message[0]), 500, _("%s: processing fun %s algo %s took %.3fs\n"), __func__, rfunNames[rfun], (algo == 0) ? "fast" : "exact", omp_get_wtime()-tic);
110-
}
111110
}
112111

113112
#undef SUM_WINDOW_STEP_FRONT

0 commit comments

Comments
 (0)