Fix some style issues...
[openssl.git] / doc / crypto / BIO_s_fd.pod
index aa7ba363adb2b3c2c654bd77c60ebc195a2fd0ea..79c4a5999f03754732127b13d5bbd5dc8e952158 100644 (file)
@@ -73,7 +73,7 @@ occurred.
 This is a file descriptor BIO version of "Hello World":
 
  BIO *out;
+
  out = BIO_new_fd(fileno(stdout), BIO_NOCLOSE);
  BIO_printf(out, "Hello World\n");
  BIO_free(out);