Formatting and whitespace changes

This commit is contained in:
Kleis Auke Wolthuizen 2020-06-06 14:25:03 +02:00
parent 369b098096
commit c0ed106079
3 changed files with 9 additions and 9 deletions

View File

@ -416,7 +416,7 @@ calculate_coefficients_lanczos( double *c,
sum = 0;
for( i = 0; i < n_points; i++ ) {
double xp = (i - half) / shrink;
const double xp = (i - half) / shrink;
double l;