doc/man3: use the documented coding style in the example code
[openssl.git] / doc / man3 / BN_generate_prime.pod
index c97536b5c4e3cb78fe2e25472f11f208cddf198b..fb492feb775b58e7f010ab7d8a040d16a326be9d 100644 (file)
@@ -169,7 +169,8 @@ Instead applications should create a BN_GENCB structure using BN_GENCB_new:
 
  BN_GENCB *callback;
  callback = BN_GENCB_new();
- if(!callback) /* handle error */
+ if (!callback)
+     /* error */
  ...
  BN_GENCB_free(callback);