mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +08:00
libc/modlib: fix indentation issue
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
committed by
patacongo
parent
c7326717ca
commit
4309c6693c
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user