Remove some trailing whitespace

This commit is contained in:
Ramana Kumar 2022-09-18 08:59:32 +01:00
parent 80b256ad5f
commit 8cdc4e62e3
No known key found for this signature in database
GPG Key ID: ED471C788B900433
2 changed files with 2 additions and 3 deletions

View File

@ -103,7 +103,6 @@ C_KZG_RET compute_proof_single_l(g1_t *out, const poly_l *p, const fr_t *x0, con
TRY(new_fr_array(&inverses_in, p->length));
TRY(new_fr_array(&inverses, p->length));
for (i = 0; i < q.length; i++) {
if (fr_equal(x0, &ks->fs->expanded_roots_of_unity[i])) {
m = i + 1;