From: Bruno Haible Date: Sun, 25 Mar 2007 20:36:17 +0000 (+0000) Subject: Fix indentation. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78d9eefec40598cc9661d5a66318f79c832a5216;p=pspp Fix indentation. --- diff --git a/lib/tanl.c b/lib/tanl.c index 26bf112781..d173d6bd54 100644 --- a/lib/tanl.c +++ b/lib/tanl.c @@ -126,13 +126,13 @@ kernel_tanl (long double x, long double y, int iy) long double z, r, v, w, s, u, u1; int flag, sign; - sign = 1; - if (x < 0) - { - x = -x; - y = -y; - sign = -1; - } + sign = 1; + if (x < 0) + { + x = -x; + y = -y; + sign = -1; + } if (x < 0.000000000000000006938893903907228377647697925567626953125L) /* x < 2**-57 */ {