]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man3/OBJ_nid2obj.pod
doc/man3: use the documented coding style in the example code
[thirdparty/openssl.git] / doc / man3 / OBJ_nid2obj.pod
index 3ada6679cf92b7d47e68e1532a562cdaa7a4ebbb..b4322f17dd78ad82392db9497d370022f110a878 100644 (file)
@@ -143,7 +143,7 @@ Create an object for B<commonName>:
 Check if an object is B<commonName>
 
  if (OBJ_obj2nid(obj) == NID_commonName)
-        /* Do something */
+     /* Do something */
 
 Create a new NID and initialize an object from it: