summaryrefslogtreecommitdiff
path: root/servers/audio/audio_mixer_sw.cpp
diff options
context:
space:
mode:
authorHubert Jarosz <marqin.pl@gmail.com>2016-03-09 00:00:52 +0100
committerHubert Jarosz <marqin.pl@gmail.com>2016-03-09 00:00:52 +0100
commit4a4f2479146aa33e235ed57cde311efda68d3c8f (patch)
treecf91f2869ff8f058c6682569fb31e22e5ee736ad /servers/audio/audio_mixer_sw.cpp
parent1dad6eca812e5c2e313b54265114de8a1d73d999 (diff)
remove trailing whitespace
Diffstat (limited to 'servers/audio/audio_mixer_sw.cpp')
-rw-r--r--servers/audio/audio_mixer_sw.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/servers/audio/audio_mixer_sw.cpp b/servers/audio/audio_mixer_sw.cpp
index d1f36cb7b6..64369182b1 100644
--- a/servers/audio/audio_mixer_sw.cpp
+++ b/servers/audio/audio_mixer_sw.cpp
@@ -339,7 +339,7 @@ void AudioMixerSW::mix_channel(Channel& c) {
c.mix.old_chorus_vol[i]=c.mix.chorus_vol[i];
}
- c.first_mix=false;
+ c.first_mix=false;
}
@@ -734,7 +734,7 @@ int AudioMixerSW::_get_channel(ChannelID p_channel) const {
if (channels[idx].check!=check) {
return -1;
}
- if (!channels[idx].active) {
+ if (!channels[idx].active) {
return -1;
}
@@ -918,7 +918,7 @@ void AudioMixerSW::channel_set_filter(ChannelID p_channel, FilterType p_type, fl
if (type_changed) {
//type changed reset filter
- c.filter.old_coefs=c.filter.coefs;
+ c.filter.old_coefs=c.filter.coefs;
c.mix.filter_l.ha[0]=0;
c.mix.filter_l.ha[1]=0;
c.mix.filter_l.hb[0]=0;