Remove unwanted whitespace in MD comments
diff --git a/include/mbedtls/md4.h b/include/mbedtls/md4.h
index 671c6a4..f5d335d 100644
--- a/include/mbedtls/md4.h
+++ b/include/mbedtls/md4.h
@@ -92,7 +92,7 @@
* \brief MD4 process buffer
*
* \param ctx MD4 context
- * \param input buffer holding the data
+ * \param input buffer holding the data
* \param ilen length of the input data
*
* \return 0 if successful
@@ -148,7 +148,7 @@
* \deprecated Superseded by mbedtls_md4_update_ext() in 2.5.0
*
* \param ctx MD4 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_md4_update(
@@ -207,7 +207,7 @@
/**
* \brief Output = MD4( input buffer )
*
- * \param input buffer holding the data
+ * \param input buffer holding the data
* \param ilen length of the input data
* \param output MD4 checksum result
*
@@ -228,7 +228,7 @@
*
* \deprecated Superseded by mbedtls_md4_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 MD4 checksum result
*/