remove end of line spaces
[openssl.git] / crypto / initthread.c
index 99cd96ceb83e4693d1f01c2ef7e1177875b4abe7..b3f45b9dc49c6f447b42a0ad20b7fe1339f3bf7b 100644 (file)
@@ -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).