Skip to content

Commit fae2e69

Browse files
tests: Fix code formatting
1 parent 6e661cb commit fae2e69

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tests.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,7 @@ int context_eq(const secp256k1_context *a, const secp256k1_context *b) {
157157
return a->declassify == b->declassify
158158
&& ecmult_gen_context_eq(&a->ecmult_gen_ctx, &b->ecmult_gen_ctx)
159159
&& a->illegal_callback.fn == b->illegal_callback.fn
160-
&& a->illegal_callback.data == b->illegal_callback.
161-
data
160+
&& a->illegal_callback.data == b->illegal_callback.data
162161
&& a->error_callback.fn == b->error_callback.fn
163162
&& a->error_callback.data == b->error_callback.data;
164163
}

0 commit comments

Comments
 (0)