From 9ceb5f6251fa0c0de5304e081e979b3f855148ed Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Thu, 16 Jul 2015 08:54:39 +0530 Subject: Whitespace fixup in cxa_thread_atexit_impl.c --- ChangeLog | 2 ++ stdlib/cxa_thread_atexit_impl.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7dd5e9a96d..665f5ccabd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2015-07-16 Siddhesh Poyarekar + * stdlib/cxa_thread_atexit_impl.c: Whitespace fixup. + [BZ #18676] * elf/tst-nodelete-opened.c: New test case. * elf/tst-nodelete-opened-lib.c: New test case module. diff --git a/stdlib/cxa_thread_atexit_impl.c b/stdlib/cxa_thread_atexit_impl.c index 54e281224b..70c97dabc2 100644 --- a/stdlib/cxa_thread_atexit_impl.c +++ b/stdlib/cxa_thread_atexit_impl.c @@ -59,7 +59,7 @@ __cxa_thread_atexit_impl (dtor_func func, void *obj, void *dso_symbol) struct link_map *l = _dl_find_dso_for_object (caller); /* If the address is not recognized the call comes from the main - program (we hope). */ + program (we hope). */ lm_cache = l ? l : GL(dl_ns)[LM_ID_BASE]._ns_loaded; } /* A destructor could result in a thread_local construction and the former -- cgit 1.4.1