diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:30:12 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:30:12 -0500 |
commit | e8d591dc710158bae6b53c8b7a0172351025c6e2 (patch) | |
tree | 37772d60594150ec668a4bdf4c90baa2a6a922ba /arch/x86/math-emu/poly_atan.c | |
parent | 3d0d14f983b55a570b976976284df4c434af3223 (diff) |
x86: lindent arch/i386/math-emu, cleanup
manually clean up some of the damage that lindent caused.
(this is a separate commit so that in the unlikely case of
a typo we can bisect it down to the manual edits.)
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/math-emu/poly_atan.c')
-rw-r--r-- | arch/x86/math-emu/poly_atan.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/math-emu/poly_atan.c b/arch/x86/math-emu/poly_atan.c index 2f4ac8143fc3..20c28e58e2d4 100644 --- a/arch/x86/math-emu/poly_atan.c +++ b/arch/x86/math-emu/poly_atan.c | |||
@@ -48,8 +48,8 @@ static const Xsig pi_signif = MK_XSIG(0xc90fdaa2, 0x2168c234, 0xc4c6628b); | |||
48 | /*--- poly_atan() -----------------------------------------------------------+ | 48 | /*--- poly_atan() -----------------------------------------------------------+ |
49 | | | | 49 | | | |
50 | +---------------------------------------------------------------------------*/ | 50 | +---------------------------------------------------------------------------*/ |
51 | void poly_atan(FPU_REG * st0_ptr, u_char st0_tag, | 51 | void poly_atan(FPU_REG *st0_ptr, u_char st0_tag, |
52 | FPU_REG * st1_ptr, u_char st1_tag) | 52 | FPU_REG *st1_ptr, u_char st1_tag) |
53 | { | 53 | { |
54 | u_char transformed, inverted, sign1, sign2; | 54 | u_char transformed, inverted, sign1, sign2; |
55 | int exponent; | 55 | int exponent; |