From: "Siddhesh Poyarekar" <siddhesh@redhat.com>
To: libc-alpha@sourceware.org
Subject: [COMMITTED PATCH] Whitespace fix in tst-tls-atexit.c
Date: Tue, 14 Jul 2015 14:59:00 -0000 [thread overview]
Message-ID: <1436885947-15413-1-git-send-email-siddhesh@redhat.com> (raw)
---
ChangeLog | 4 ++++
stdlib/tst-tls-atexit.c | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index dfef5e0..78e16f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-14 Siddhesh Poyarekar <siddhesh@redhat.com>
+
+ * stdlib/tst-tls-atexit.c (load): Fix up whitespace.
+
2015-04-01 Wilco Dijkstra <wdijkstr@arm.com>
* sysdeps/aarch64/fpu/math_private.h
diff --git a/stdlib/tst-tls-atexit.c b/stdlib/tst-tls-atexit.c
index 5ee04a8..974264d 100644
--- a/stdlib/tst-tls-atexit.c
+++ b/stdlib/tst-tls-atexit.c
@@ -40,7 +40,7 @@ load (void *u)
return (void *) (uintptr_t) 1;
}
- void (*foo) (void) = (void (*) (void)) dlsym(handle, "do_foo");
+ void (*foo) (void) = (void (*) (void)) dlsym (handle, "do_foo");
if (foo == NULL)
{
--
2.4.3
reply other threads:[~2015-07-14 14:59 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1436885947-15413-1-git-send-email-siddhesh@redhat.com \
--to=siddhesh@redhat.com \
--cc=libc-alpha@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).