]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
elf: Fix wrong indentation from commit eb447b7b4b
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 10 Mar 2020 19:11:29 +0000 (16:11 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 10 Mar 2020 19:11:29 +0000 (16:11 -0300)
elf/dl-deps.c

index 0730ea9bd10c05156d220a8f2483520f8c1a10b3..b5a43232a7d870b8e368a452b37b5e33d3860664 100644 (file)
@@ -492,11 +492,12 @@ _dl_map_object_deps (struct link_map *map,
       if (__builtin_expect (trace_mode, 0) && runp->map->l_faked)
        /* This can happen when we trace the loading.  */
        --map->l_searchlist.r_nlist;
-      else {
-       if (runp->map == map)
-         map_index = nlist;
-       map->l_searchlist.r_list[nlist++] = runp->map;
-      }
+      else
+       {
+         if (runp->map == 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
         to avoid duplicates, so the next call starts fresh.  */