Skip to content

Commit

Permalink
Fixed some whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 10, 2009
1 parent 9e05874 commit 33e59e1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions effect_position.c
Expand Up @@ -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)));
Expand Down

0 comments on commit 33e59e1

Please sign in to comment.