diff options
author | Chris Robinson <[email protected]> | 2010-09-23 15:08:30 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-09-23 15:08:30 -0700 |
commit | f98bf32be879807f20692544b56da6d61ea5e465 (patch) | |
tree | 143d80d258993d02215f5f098d5aac25572b54e5 /Alc/mixer.c | |
parent | 0f2ed8c84dcf9cf2140dec99e37721f513127def (diff) |
Fix line indentation
Diffstat (limited to 'Alc/mixer.c')
-rw-r--r-- | Alc/mixer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/mixer.c b/Alc/mixer.c index 11365e63..47e73729 100644 --- a/Alc/mixer.c +++ b/Alc/mixer.c @@ -375,7 +375,7 @@ static __inline ALfloat cos_lerp16(ALfloat val1, ALfloat val2, ALint frac) else if(Channels == 6) /* 5.1 */ \ MIX_MC(S, FRONT_LEFT, FRONT_RIGHT, \ FRONT_CENTER, LFE, \ - BACK_LEFT, BACK_RIGHT); \ + BACK_LEFT, BACK_RIGHT); \ else if(Channels == 7) /* 6.1 */ \ MIX_MC(S, FRONT_LEFT, FRONT_RIGHT, \ FRONT_CENTER, LFE, \ |