coding style: remove extra whitespace charactor
[openssl.git] / crypto / lhash / lhash_lcl.h
index 01d463fb3637ef427615b7c177ed2b667d07d65b..64d3134fc108eed7b86563244c65e54487325b85 100644 (file)
@@ -21,7 +21,7 @@ struct lhash_st {
     /*
      * some stats are updated on lookup, which callers aren't expecting to have
      * to take an exclusive lock around. This lock protects them on platforms
-     * without atomics, and their types are int rather than unsigned long below 
+     * without atomics, and their types are int rather than unsigned long below
      * so they can be adjusted with CRYPTO_atomic_add.
      */
     CRYPTO_RWLOCK *retrieve_stats_lock;