commit | 0ff7109b7cd84e31c548ff8ef40e21300c2846d2 | [log] [tgz] |
---|---|---|
author | Jarno Lamsa <jarno.lamsa@arm.com> | Wed Oct 02 08:18:29 2019 +0300 |
committer | Jarno Lamsa <jarno.lamsa@arm.com> | Wed Oct 02 08:18:29 2019 +0300 |
tree | 0eccae576ae92e1059ed6c12b1ed77313f28131b | |
parent | 5aee8cab2a0e8cbdf1d6887a9e83a52d9dcf3656 [diff] |
Fix style issues
diff --git a/include/mbedtls/platform_util.h b/include/mbedtls/platform_util.h index 64e6666..b6c50d5 100644 --- a/include/mbedtls/platform_util.h +++ b/include/mbedtls/platform_util.h
@@ -177,7 +177,7 @@ * \param ptr Buffer to be set. * \param value Value to be used when setting the buffer. * \param num The length of the buffer in bytes. - * + * */ void mbedtls_platform_memset( void *ptr, int value, size_t num );