libs/libc/string: fix various style issues in code

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko
2023-06-10 20:50:31 +03:00
committed by Xiang Xiao
parent 2a38c38b03
commit 187def2611
22 changed files with 36 additions and 23 deletions
+1
View File
@@ -47,6 +47,7 @@
****************************************************************************/
#if !defined(CONFIG_LIBC_ARCH_STRLCAT) && defined(LIBC_BUILD_STRING)
#undef strlcat /* See mm/README.txt */
size_t strlcat(FAR char *dst, FAR const char *src, size_t dsize)
{
FAR const char *odst = dst;