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 7, 2022
1 parent 651a348 commit 8c6c4de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,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 8c6c4de

Please sign in to comment.