Code style: space after 'if'
[oweals/openssl.git] / apps / sess_id.c
index 53ccbb35762333ac3ce5bae12ed2a11e7fa2b8b8..9421e408424252d9be8d8a67b45d4ab92510dd70 100644 (file)
@@ -166,7 +166,7 @@ int MAIN(int argc, char **argv)
             BIO_printf(bio_err, "Context too long\n");
             goto end;
         }
-        if(!SSL_SESSION_set1_id_context(x, (unsigned char *)context, ctx_len)) {
+        if (!SSL_SESSION_set1_id_context(x, (unsigned char *)context, ctx_len)) {
             BIO_printf(bio_err, "Error setting id context\n");
             goto end;
         }