changeset 8544:245a3653b197

Fix indentation.
author Bruno Haible <bruno@clisp.org>
date Sun, 25 Mar 2007 20:36:17 +0000
parents e1fdf02d5cdc
children 418f381347dc
files lib/tanl.c
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/lib/tanl.c
+++ b/lib/tanl.c
@@ -126,13 +126,13 @@
   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 */
     {