Use tab not spaces.

This commit is contained in:
Carlos O'Donell 2012-06-22 14:52:50 +00:00
parent 4248b1b1cf
commit 807841933b

View File

@ -34,7 +34,7 @@
[BZ #13882]
* elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use
uint16_t for elements in the "seen" array to avoid char overflows.
* elf/dl-fini.c (_dl_sort_fini): Likewise.
* elf/dl-fini.c (_dl_sort_fini): Likewise.
* elf/dl-open.c (dl_open_worker): Likewise.
2012-06-21 Carlos O'Donell <carlos_odonell@mentor.com>