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_tan.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_tan.c')
-rw-r--r-- | arch/x86/math-emu/poly_tan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/math-emu/poly_tan.c b/arch/x86/math-emu/poly_tan.c index c0d181e39229..1875763e0c02 100644 --- a/arch/x86/math-emu/poly_tan.c +++ b/arch/x86/math-emu/poly_tan.c | |||
@@ -47,7 +47,7 @@ static const unsigned long long twothirds = 0xaaaaaaaaaaaaaaabLL; | |||
47 | /*--- poly_tan() ------------------------------------------------------------+ | 47 | /*--- poly_tan() ------------------------------------------------------------+ |
48 | | | | 48 | | | |
49 | +---------------------------------------------------------------------------*/ | 49 | +---------------------------------------------------------------------------*/ |
50 | void poly_tan(FPU_REG * st0_ptr) | 50 | void poly_tan(FPU_REG *st0_ptr) |
51 | { | 51 | { |
52 | long int exponent; | 52 | long int exponent; |
53 | int invert; | 53 | int invert; |