Remove trailing whitespace from store-related man pages
[openssl.git] / doc / man7 / ossl_store.pod
index cda5ce47d6e0facd087e2e8b67cb0a4512b205ff..71cb27d07fef5f270e6943675ec5a4274493f585 100644 (file)
@@ -64,7 +64,7 @@ only).
  /*
   * OSSL_STORE_eof() simulates file semantics for any repository to signal
   * that no more data can be expected
-  */ 
+  */
  while (!OSSL_STORE_eof(ctx)) {
      OSSL_STORE_INFO *info = OSSL_STORE_load(ctx);