[PATCH] Format sincos32.c
Ondřej Bílka
neleai@seznam.cz
Tue Sep 17 07:22:00 GMT 2013
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;
More information about the Libc-alpha
mailing list