AVALANCHE: Janitorial - remove trailing spaces and tabs

This commit is contained in:
Strangerke 2014-06-07 17:12:24 +02:00
parent 3f6d034c8a
commit e8ffcdc09c
9 changed files with 22 additions and 22 deletions

View file

@ -196,9 +196,9 @@ bool Help::handleMouse(const Common::Event &event) {
}
// Erase the previous highlight only if it's needed:
if (_highlightWas != highlightIs)
if (_highlightWas != highlightIs)
_vm->_graphics->helpDrawHighlight(_highlightWas, kColorBlue);
// Highlight the current one with the proper color:
if ((highlightIs != 177) && (_buttons[highlightIs]._trigger != Common::KEYCODE_INVALID)) {
_highlightWas = highlightIs;