diff --git a/libs/libc/modlib/modlib_bind.c b/libs/libc/modlib/modlib_bind.c index ab7ce2747d..c7e7e05393 100644 --- a/libs/libc/modlib/modlib_bind.c +++ b/libs/libc/modlib/modlib_bind.c @@ -332,7 +332,8 @@ static int modlib_relocate(FAR struct module_s *modp, } static int modlib_relocateadd(FAR struct module_s *modp, - FAR struct mod_loadinfo_s *loadinfo, int relidx) + FAR struct mod_loadinfo_s *loadinfo, + int relidx) { FAR Elf_Shdr *relsec = &loadinfo->shdr[relidx]; FAR Elf_Shdr *dstsec = &loadinfo->shdr[relsec->sh_info];