From 6b4484472b79dc7ea7d1ce545a28fba7d3b7696f Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 30 Jul 2005 21:11:48 +0000 Subject: Remove trailing whitespaces. svn-id: r18604 --- sound/softsynth/emumidi.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sound/softsynth/emumidi.h') diff --git a/sound/softsynth/emumidi.h b/sound/softsynth/emumidi.h index 579aebeeff..75559530f3 100644 --- a/sound/softsynth/emumidi.h +++ b/sound/softsynth/emumidi.h @@ -46,10 +46,10 @@ protected: public: MidiDriver_Emulated(Audio::Mixer *mixer) : _mixer(mixer) { _isOpen = false; - + _timerProc = 0; _timerParam = 0; - + _nextTick = 0; _samplesPerTick = 0; @@ -89,7 +89,7 @@ public: step = (_nextTick >> FIXP_SHIFT); generateSamples(data, step); - + _nextTick -= step << FIXP_SHIFT; if (!(_nextTick >> FIXP_SHIFT)) { if (_timerProc) -- cgit v1.2.3