summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBen Kaduk <kaduk@mit.edu>2018-03-09 10:33:19 -0600
committerBen Kaduk <kaduk@mit.edu>2018-03-09 11:30:06 -0600
commit379cc0893eb114b267eab5e6e86a8146c33d31e3 (patch)
treea3fb0bdd483f58bd8f20857d01312275649402e6 /doc
parentee36b963aef8dc18d2016970d808a7287e6d38fc (diff)
Fix doc-nits
Remove a space from a whitespace-only line. Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5575)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/OSSL_STORE_expect.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/OSSL_STORE_expect.pod b/doc/man3/OSSL_STORE_expect.pod
index ab0e8784c2..e3f06b55be 100644
--- a/doc/man3/OSSL_STORE_expect.pod
+++ b/doc/man3/OSSL_STORE_expect.pod
@@ -14,7 +14,7 @@ OSSL_STORE_find
int OSSL_STORE_expect(OSSL_STORE_CTX *ctx, int expected_type);
int OSSL_STORE_supports_search(OSSL_STORE_CTX *ctx, int criterion_type);
-
+
int OSSL_STORE_find(OSSL_STORE_CTX *ctx, OSSL_STORE_SEARCH *search);
=head1 DESCRIPTION