summaryrefslogtreecommitdiffstats
path: root/crypto/initthread.c
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2019-07-16 20:35:42 +1000
committerPauli <paul.dale@oracle.com>2019-07-16 20:35:42 +1000
commit4bd8b24045e1b044a2696b0675a9120ac0384567 (patch)
tree8bbce07e745ecc9cf6f6ecf1b8e5815c290b5ee8 /crypto/initthread.c
parentdd6b270618b8f43009999e45ad6dd03ca50bbe54 (diff)
remove end of line spaces
Reviewed-by: Paul Yang <yang.yang@baishancloud.com> (Merged from https://github.com/openssl/openssl/pull/9397)
Diffstat (limited to 'crypto/initthread.c')
-rw-r--r--crypto/initthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/initthread.c b/crypto/initthread.c
index 99cd96ceb8..b3f45b9dc4 100644
--- a/crypto/initthread.c
+++ b/crypto/initthread.c
@@ -21,7 +21,7 @@
* we have our own copy of ossl_init_thread_start, which cascades notifications
* about threads stopping from libcrypto to all the code in the FIPS provider
* that needs to know about it.
- *
+ *
* The FIPS provider tells libcrypto about which threads it is interested in
* by calling "c_thread_start" which is a function pointer created during
* provider initialisation (i.e. OSSL_init_provider).