Browse Source

whitespace

Karel Miko 8 years ago
parent
commit
0c115a162d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pk/ecc/ecc_sign_hash.c

+ 1 - 1
src/pk/ecc/ecc_sign_hash.c

@@ -96,7 +96,7 @@ static int _ecc_sign_hash(const unsigned char *in,  unsigned long inlen,
    } while (--max_iterations > 0);
    } while (--max_iterations > 0);
 
 
    if (max_iterations == 0) {
    if (max_iterations == 0) {
-     goto errnokey;
+      goto errnokey;
    }
    }
 
 
    if (sigformat == 1) {
    if (sigformat == 1) {