Code style: space after 'if'
[openssl.git] / apps / s_time.c
index a40997a22e532dd81ab45eee3fe6a4e08a811455..38788f7130c7ccec1234b03739e1c4bf2c120054 100644 (file)
@@ -302,7 +302,7 @@ static int parseArgs(int argc, char **argv)
             if (--argc < 1)
                 goto bad;
             maxTime = atoi(*(++argv));
-            if(maxTime <= 0) {
+            if (maxTime <= 0) {
                 BIO_printf(bio_err, "time must be > 0\n");
                 badop = 1;
             }