From: Felix Laurie von Massenbach Date: Mon, 26 May 2014 18:09:18 +0000 (+0100) Subject: Remove indentation from the goto targets. X-Git-Tag: master-pre-reformat~705^2~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e55fca760bc166b203ee5732ad0690848b3278f5;p=openssl Remove indentation from the goto targets. --- diff --git a/crypto/bn/bn_prime.c b/crypto/bn/bn_prime.c index 339dbec570..06b1a286a5 100644 --- a/crypto/bn/bn_prime.c +++ b/crypto/bn/bn_prime.c @@ -409,7 +409,7 @@ again: maxdelta = size_limit; } delta=0; - loop: +loop: if (is_single_word) { BN_ULONG rnd_word = BN_get_word(rnd); @@ -476,7 +476,8 @@ static int probable_prime_dh(BIGNUM *rnd, int bits, /* we now have a random number 'rand' to test. */ - loop: for (i=1; i