aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-09-21 06:06:29 -0700
committerChris Robinson <[email protected]>2018-09-21 06:06:29 -0700
commit36a6b9d42a79f40108441c2b6f9ad88d45e7a98e (patch)
tree2f8ed50b06d7cf3a72abbde6b19642d9458455ce /Alc
parentb6d0ff02c2ec52d2c12a58f2be83b4c3eaa93afe (diff)
Adjust comment spacing
Diffstat (limited to 'Alc')
-rw-r--r--Alc/ALu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/ALu.c b/Alc/ALu.c
index 3f61338f..e9d8aa02 100644
--- a/Alc/ALu.c
+++ b/Alc/ALu.c
@@ -741,7 +741,7 @@ static void CalcPanningAndFilters(ALvoice *voice, const ALfloat Azi, const ALflo
* outputs on the columns.
*/
aluMatrixfSet(&matrix,
- // ACN0 ACN1 ACN2 ACN3
+ // ACN0 ACN1 ACN2 ACN3
SQRTF_2, 0.0f, 0.0f, 0.0f, // Ambi W
0.0f, -N[0]*SQRTF_3, N[1]*SQRTF_3, -N[2]*SQRTF_3, // Ambi X
0.0f, U[0]*SQRTF_3, -U[1]*SQRTF_3, U[2]*SQRTF_3, // Ambi Y