Fix some extra or missing whitespaces...
[openssl.git] / apps / prime.c
index 1092cf215e4b6c3031c9e63fb9fa08e89149fd17..3c72330c0a62ac9e6973885c02e88663546a97df 100644 (file)
@@ -106,7 +106,7 @@ int prime_main(int argc, char **argv)
             else
                 r = BN_dec2bn(&bn, argv[0]);
 
-            if(!r) {
+            if (!r) {
                 BIO_printf(bio_err, "Failed to process value (%s)\n", argv[0]);
                 goto end;
             }