]> granicus.if.org Git - python/commitdiff
fix spacing
authorBenjamin Peterson <benjamin@python.org>
Sun, 27 Sep 2015 09:13:40 +0000 (02:13 -0700)
committerBenjamin Peterson <benjamin@python.org>
Sun, 27 Sep 2015 09:13:40 +0000 (02:13 -0700)
Modules/_hashopenssl.c

index 6a2a9afd22a9555a25f2248d9bfc6c3034e2ddd9..d5dde6a8eb53aa8c9e323d67fa77238f424f31be 100644 (file)
@@ -508,8 +508,8 @@ PKCS5_PBKDF2_HMAC_fast(const char *pass, int passlen,
         HMAC_CTX_cleanup(&hctx_tpl);
         return 0;
     }
-    while(tkeylen) {
-        if(tkeylen > mdlen)
+    while (tkeylen) {
+        if (tkeylen > mdlen)
             cplen = mdlen;
         else
             cplen = tkeylen;