]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Whitespace fixup in cxa_thread_atexit_impl.c
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Thu, 16 Jul 2015 03:24:39 +0000 (08:54 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Thu, 16 Jul 2015 03:24:40 +0000 (08:54 +0530)
ChangeLog
stdlib/cxa_thread_atexit_impl.c

index 7dd5e9a96dbce679ccfb355859697311563267b5..665f5ccabdf357fca987ac1bf4f590cd1a944b12 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2015-07-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
+       * 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.
index 54e281224be6f51416c9d191b74fc085882c5038..70c97dabc27f124b438ba6ef94b8d3c4a770937b 100644 (file)
@@ -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