Skip to content

Commit

Permalink
tests: Fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
real-or-random committed Dec 8, 2022
1 parent c635c1b commit 2551cda
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tests.c
Expand Up @@ -156,8 +156,7 @@ int context_eq(const secp256k1_context *a, const secp256k1_context *b) {
return a->declassify == b->declassify
&& ecmult_gen_context_eq(&a->ecmult_gen_ctx, &b->ecmult_gen_ctx)
&& a->illegal_callback.fn == b->illegal_callback.fn
&& a->illegal_callback.data == b->illegal_callback.
data
&& a->illegal_callback.data == b->illegal_callback.data
&& a->error_callback.fn == b->error_callback.fn
&& a->error_callback.data == b->error_callback.data;
}
Expand Down

0 comments on commit 2551cda

Please sign in to comment.