We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c635c1b commit 2551cdaCopy full SHA for 2551cda
src/tests.c
@@ -156,8 +156,7 @@ int context_eq(const secp256k1_context *a, const secp256k1_context *b) {
156
return a->declassify == b->declassify
157
&& ecmult_gen_context_eq(&a->ecmult_gen_ctx, &b->ecmult_gen_ctx)
158
&& a->illegal_callback.fn == b->illegal_callback.fn
159
- && a->illegal_callback.data == b->illegal_callback.
160
-data
+ && a->illegal_callback.data == b->illegal_callback.data
161
&& a->error_callback.fn == b->error_callback.fn
162
&& a->error_callback.data == b->error_callback.data;
163
}
0 commit comments