mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-11 20:00:07 +00:00
elf: Fix wrong indentation from commit eb447b7b4b
This commit is contained in:
parent
8b8f39376b
commit
fbaf0bae57
@ -492,11 +492,12 @@ _dl_map_object_deps (struct link_map *map,
|
|||||||
if (__builtin_expect (trace_mode, 0) && runp->map->l_faked)
|
if (__builtin_expect (trace_mode, 0) && runp->map->l_faked)
|
||||||
/* This can happen when we trace the loading. */
|
/* This can happen when we trace the loading. */
|
||||||
--map->l_searchlist.r_nlist;
|
--map->l_searchlist.r_nlist;
|
||||||
else {
|
else
|
||||||
if (runp->map == map)
|
{
|
||||||
map_index = nlist;
|
if (runp->map == map)
|
||||||
map->l_searchlist.r_list[nlist++] = runp->map;
|
map_index = nlist;
|
||||||
}
|
map->l_searchlist.r_list[nlist++] = runp->map;
|
||||||
|
}
|
||||||
|
|
||||||
/* Now clear all the mark bits we set in the objects on the search list
|
/* Now clear all the mark bits we set in the objects on the search list
|
||||||
to avoid duplicates, so the next call starts fresh. */
|
to avoid duplicates, so the next call starts fresh. */
|
||||||
|
Loading…
Reference in New Issue
Block a user