summaryrefslogtreecommitdiff
path: root/lib/tanl.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-03-25 20:36:17 +0000
committerBruno Haible <bruno@clisp.org>2007-03-25 20:36:17 +0000
commit78d9eefec40598cc9661d5a66318f79c832a5216 (patch)
treed7e9d51c1e8d861568c9897e491305269b4b9346 /lib/tanl.c
parent6136fd62a3342532f17ccfd5f24db97764978448 (diff)
downloadgnulib-78d9eefec40598cc9661d5a66318f79c832a5216.tar.gz
Fix indentation.
Diffstat (limited to 'lib/tanl.c')
-rw-r--r--lib/tanl.c14
1 files changed, 7 insertions, 7 deletions
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 */
{