Remove trailing whitespaces.

svn-id: r18604
This commit is contained in:
Eugene Sandulenko 2005-07-30 21:11:48 +00:00
parent 86ab70b149
commit 6b4484472b
560 changed files with 11703 additions and 11703 deletions

View file

@ -30,7 +30,7 @@
namespace Graphics {
BaseAnimationState::BaseAnimationState(Audio::Mixer *snd, OSystem *sys, int width, int height)
BaseAnimationState::BaseAnimationState(Audio::Mixer *snd, OSystem *sys, int width, int height)
: _movieWidth(width), _movieHeight(height), _snd(snd), _sys(sys) {
#ifndef BACKEND_8BIT
_colorTab = NULL;
@ -256,7 +256,7 @@ void BaseAnimationState::buildLookup(int p, int lines) {
if (p >= _maxPalNum)
return;
if (p != _curPal) {
_curPal = p;
_cr = 0;
@ -284,7 +284,7 @@ void BaseAnimationState::buildLookup(int p, int lines) {
}
}
_lut2[_pos++] = bst;
r += (1 << SHIFT);
g += (1 << SHIFT);
b += (1 << SHIFT);