Remove unwanted whitespace in MD comments
diff --git a/include/mbedtls/md5.h b/include/mbedtls/md5.h
index 816d081..5a7a00a 100644
--- a/include/mbedtls/md5.h
+++ b/include/mbedtls/md5.h
@@ -87,7 +87,7 @@
* \brief MD5 process buffer
*
* \param ctx MD5 context
- * \param input buffer holding the data
+ * \param input buffer holding the data
* \param ilen length of the input data
*
* \return 0 if successful
@@ -143,7 +143,7 @@
* \deprecated Superseded by mbedtls_md5_update_ext() in 2.5.0
*
* \param ctx MD5 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_md5_update(
@@ -202,7 +202,7 @@
/**
* \brief Output = MD5( input buffer )
*
- * \param input buffer holding the data
+ * \param input buffer holding the data
* \param ilen length of the input data
* \param output MD5 checksum result
*
@@ -223,7 +223,7 @@
*
* \deprecated Superseded by mbedtls_md5_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 MD5 checksum result
*/