[Trivial] Remove double semicolons #371
pull paveljanik wants to merge 1 commits into bitcoin-core:master from paveljanik:patch-1 changing 1 files +2 −2-
paveljanik commented at 7:43 am on December 30, 2015: contributor
-
[Trivial] Remove double semicolons e5a904788e
-
in src/field_5x52_int128_impl.h: in e5a904788e
136@@ -137,7 +137,7 @@ SECP256K1_INLINE static void secp256k1_fe_mul_inner(uint64_t *r, const uint64_t 137 VERIFY_BITS(r[2], 52); 138 VERIFY_BITS(c, 63); 139 /* [d 0 0 0 t4 t3+c r2 r1 r0] = [p8 p7 p6 p5 p4 p3 p2 p1 p0] */ 140- c += d * R + t3;; 141+ c += d * R + t3;
dcousens commented at 9:12 am on December 30, 2015:what is with the funky spacing too?
peterdettman commented at 9:34 am on December 30, 2015:@dcousens Nothing more than aligning the equals signs between lines, which IMO made it more readable, although originally the intervening comments and VERIFY_BITS were not present.MarcoFalke commented at 10:08 am on December 30, 2015: noneutACK e5a9047sipa merged this on Jan 27, 2016sipa closed this on Jan 27, 2016
sipa referenced this in commit bd2895fdd9 on Jan 27, 2016
github-metadata-mirror
This is a metadata mirror of the GitHub repository bitcoin-core/secp256k1. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-11-24 09:15 UTC
This is a metadata mirror of the GitHub repository bitcoin-core/secp256k1. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-11-24 09:15 UTC
This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me
More mirrored repositories can be found on mirror.b10c.me