diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2015-07-16 08:54:39 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2015-07-16 08:54:40 +0530 |
commit | 9ceb5f6251fa0c0de5304e081e979b3f855148ed (patch) | |
tree | f3f506be339c6561a5ee209b68b0fa83e2d8fa3d /stdlib/cxa_thread_atexit_impl.c | |
parent | b632bdd3f7c0ba0c79f23f5e4404eebb87ebdaa8 (diff) | |
download | glibc-9ceb5f6251fa0c0de5304e081e979b3f855148ed.tar.gz glibc-9ceb5f6251fa0c0de5304e081e979b3f855148ed.tar.xz glibc-9ceb5f6251fa0c0de5304e081e979b3f855148ed.zip |
Whitespace fixup in cxa_thread_atexit_impl.c
Diffstat (limited to 'stdlib/cxa_thread_atexit_impl.c')
-rw-r--r-- | stdlib/cxa_thread_atexit_impl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |