libc/modlib: fix indentation issue

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko 2023-03-26 12:55:00 +03:00 committed by patacongo
parent c7326717ca
commit 4309c6693c

View File

@ -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];