Code style: space after 'if'
[openssl.git] / crypto / objects / o_names.c
index 48ab1a777925b3d60d381b43936f6bb6d41f690d..fa8709fa83a5b96d503570e640049d03fcbd786d 100644 (file)
@@ -312,7 +312,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);