]> 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 df53e96520620022355a0c9970ba017b109c759e..01f457780819bc3e8c6f5a5205ebcb02ca84e4ff 100644 (file)
@@ -532,8 +532,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;