Remove unwanted whitespace in MD comments
diff --git a/include/mbedtls/sha256.h b/include/mbedtls/sha256.h
index 76555f4..5fce7ee 100644
--- a/include/mbedtls/sha256.h
+++ b/include/mbedtls/sha256.h
@@ -94,7 +94,7 @@
* \brief SHA-256 process buffer
*
* \param ctx SHA-256 context
- * \param input buffer holding the data
+ * \param input buffer holding the data
* \param ilen length of the input data
*
* \return 0 if successful
@@ -152,7 +152,7 @@
* \deprecated Superseded by mbedtls_sha256_update_ext() in 2.5.0
*
* \param ctx SHA-256 context
- * \param input buffer holding the data
+ * \param input buffer holding the data
* \param ilen length of the input data
*/
MBEDTLS_DEPRECATED static inline void mbedtls_sha256_update(
@@ -211,7 +211,7 @@
/**
* \brief Output = SHA-256( input buffer )
*
- * \param input buffer holding the data
+ * \param input buffer holding the data
* \param ilen length of the input data
* \param output SHA-224/256 checksum result
* \param is224 0 = use SHA256, 1 = use SHA224
@@ -234,7 +234,7 @@
*
* \deprecated Superseded by mbedtls_sha256_ext() in 2.5.0
*
- * \param input buffer holding the data
+ * \param input buffer holding the data
* \param ilen length of the input data
* \param output SHA-224/256 checksum result
* \param is224 0 = use SHA256, 1 = use SHA224