From 33e59e15adb67e2cafb7ed311bc929fa97b69960 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 10 Oct 2009 16:31:25 +0000 Subject: [PATCH] Fixed some whitespace. --- effect_position.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/effect_position.c b/effect_position.c index dc6230e0..f5e1894e 100644 --- a/effect_position.c +++ b/effect_position.c @@ -1329,16 +1329,16 @@ static void set_amplitudes(int channels, int angle, int room_angle) * An angle in the first quadrant, 0-90, does not attenuate the RF. * * ...so, we split our angle circle into 8 ... - * - * CE - * 0 - * LF | RF - * | - * 270<-------|----------->90 - * | - * LR | RR - * 180 - * + * + * CE + * 0 + * LF | RF + * | + * 270<-------|----------->90 + * | + * LR | RR + * 180 + * */ if (angle < 45) { left = ((int) (255.0f * (((float) (180 - angle)) / 179.0f)));