Code style: space after 'if'
[openssl.git] / crypto / rand / rand_os2.c
index 02148d5bf9412c20534d6d9caff52049086d9eae..706ab1e8172b16b827f839a91781e8b9ac3d8702 100644 (file)
@@ -149,7 +149,7 @@ int RAND_poll(void)
     if (DosQuerySysState) {
         char *buffer = OPENSSL_malloc(256 * 1024);
 
-        if(!buffer)
+        if (!buffer)
             return 0;
 
         if (DosQuerySysState(0x1F, 0, 0, 0, buffer, 256 * 1024) == 0) {