Fix minor documentation mistake.

Change-Id: Ia31c0c04c0dbb00cf55db7fdf2c4641a2287f012
Reviewed-on: https://boringssl-review.googlesource.com/5890
Reviewed-by: Adam Langley <agl@google.com>
diff --git a/include/openssl/err.h b/include/openssl/err.h
index 0a90b0e..c61e1ef 100644
--- a/include/openssl/err.h
+++ b/include/openssl/err.h
@@ -257,11 +257,11 @@
 OPENSSL_EXPORT void ERR_print_errors_cb(ERR_print_errors_callback_t callback,
                                         void *ctx);
 
-
 /* ERR_print_errors_fp prints the current contents of the error stack to |file|
  * using human readable strings where possible. */
 OPENSSL_EXPORT void ERR_print_errors_fp(FILE *file);
 
+
 /* Clearing errors. */
 
 /* ERR_clear_error clears the error queue for the current thread. */