fix indention-with-spaces
authorRich Felker <dalias@aerifal.cx>
Sun, 28 Jul 2013 01:37:05 +0000 (21:37 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 28 Jul 2013 01:37:05 +0000 (21:37 -0400)
src/ldso/dynlink.c

index 1ef981a..8d857d7 100644 (file)
@@ -896,7 +896,7 @@ void *__dynlink(int argc, char **argv)
        lib->phdr = (void *)(aux[AT_BASE]+ehdr->e_phoff);
        find_map_range(lib->phdr, ehdr->e_phnum, ehdr->e_phentsize, lib);
        lib->dynv = (void *)(lib->base + find_dyn(lib->phdr,
-                    ehdr->e_phnum, ehdr->e_phentsize));
+               ehdr->e_phnum, ehdr->e_phentsize));
        decode_dyn(lib);
 
        if (aux[AT_PHDR]) {