Remove some trailing whitespace
This commit is contained in:
parent
80b256ad5f
commit
8cdc4e62e3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue