Code style: space after 'if'
[openssl.git] / crypto / des / enc_writ.c
index 0777b4f13910ea0b7d3be7f4480c6f2aeaf437fc..25041f2aab5e2465908a9c83c3c5c9118fe58ea5 100644 (file)
@@ -132,7 +132,7 @@ int DES_enc_write(int fd, const void *_buf, int len,
     if (len < 8) {
         cp = shortbuf;
         memcpy(shortbuf, buf, len);
-        if(RAND_pseudo_bytes(shortbuf + len, 8 - len) < 0) {
+        if (RAND_pseudo_bytes(shortbuf + len, 8 - len) < 0) {
             return -1;
         }
         rnum = 8;