You need to sign in or sign up before continuing.
提交 f44e239f 编写于 作者: R Rich Felker

fix indention-with-spaces

上级 d53b1f82
...@@ -896,7 +896,7 @@ void *__dynlink(int argc, char **argv) ...@@ -896,7 +896,7 @@ void *__dynlink(int argc, char **argv)
lib->phdr = (void *)(aux[AT_BASE]+ehdr->e_phoff); lib->phdr = (void *)(aux[AT_BASE]+ehdr->e_phoff);
find_map_range(lib->phdr, ehdr->e_phnum, ehdr->e_phentsize, lib); find_map_range(lib->phdr, ehdr->e_phnum, ehdr->e_phentsize, lib);
lib->dynv = (void *)(lib->base + find_dyn(lib->phdr, lib->dynv = (void *)(lib->base + find_dyn(lib->phdr,
ehdr->e_phnum, ehdr->e_phentsize)); ehdr->e_phnum, ehdr->e_phentsize));
decode_dyn(lib); decode_dyn(lib);
if (aux[AT_PHDR]) { if (aux[AT_PHDR]) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册