Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3c0769d

Browse files
committed
fix spacing
1 parent c76b1c9 commit 3c0769d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Modules/_hashopenssl.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,8 +508,8 @@ PKCS5_PBKDF2_HMAC_fast(const char *pass, int passlen,
508508
HMAC_CTX_cleanup(&hctx_tpl);
509509
return 0;
510510
}
511-
while(tkeylen) {
512-
if(tkeylen > mdlen)
511+
while (tkeylen) {
512+
if (tkeylen > mdlen)
513513
cplen = mdlen;
514514
else
515515
cplen = tkeylen;

0 commit comments

Comments
 (0)