From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13441 invoked by alias); 14 Jul 2015 14:59:17 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 13428 invoked by uid 89); 14 Jul 2015 14:59:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com From: "Siddhesh Poyarekar" To: libc-alpha@sourceware.org Subject: [COMMITTED PATCH] Whitespace fix in tst-tls-atexit.c Date: Tue, 14 Jul 2015 14:59:00 -0000 Message-Id: <1436885947-15413-1-git-send-email-siddhesh@redhat.com> X-SW-Source: 2015-07/txt/msg00401.txt.bz2 --- 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 + + * stdlib/tst-tls-atexit.c (load): Fix up whitespace. + 2015-04-01 Wilco Dijkstra * 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