This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Format sincos32.c


On Tue, Sep 17, 2013 at 11:10:33AM +0530, Siddhesh Poyarekar wrote:
> Hi,
> 
> This patch formats sincos32.c according to the GNU coding style.  OK
> to commit?
> 
> Siddhesh
> 
> 	* sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
>
looks ok except that I checked this with formatter and you need
additionally apply following:

diff --git a/sysdeps/ieee754/dbl-64/sincos32.c
b/sysdeps/ieee754/dbl-64/sincos32.c
index 0d6ba65..b89d38e 100644
--- a/sysdeps/ieee754/dbl-64/sincos32.c
+++ b/sysdeps/ieee754/dbl-64/sincos32.c
@@ -104,7 +104,7 @@ cc32 (mp_no *x, mp_no *y, int p)
 /* Compute both sin(x), cos(x) as Multi precision numbers.  */
 void
 SECTION
-__c32 (mp_no * x, mp_no * y, mp_no * z, int p)
+__c32 (mp_no *x, mp_no *y, mp_no *z, int p)
 {
   mp_no u, t, t1, t2, c, s;
   int i;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]