Code style: space after 'if'
[openssl.git] / crypto / objects / o_names.c
index c6774f4578db41555c9b6b182e4f3c4bf3fe19ea..24859926ace6d9b79f8bf198c18610215e561812 100644 (file)
@@ -313,7 +313,7 @@ void OBJ_NAME_do_all_sorted(int type,
     d.names =
         OPENSSL_malloc(lh_OBJ_NAME_num_items(names_lh) * sizeof *d.names);
     /* Really should return an error if !d.names...but its a void function! */
-    if(d.names) {
+    if (d.names) {
         d.n = 0;
         OBJ_NAME_do_all(type, do_all_sorted_fn, &d);