JANITORIAL: Remove trailing whitespace

This commit is contained in:
Adrian Frühwirth 2018-05-20 22:36:40 +02:00
parent 5dda21c1c2
commit c7f3416daa
28 changed files with 59 additions and 60 deletions

View file

@ -185,7 +185,7 @@ void CContinueSaveDialog::mouseMove(const Point &mousePos) {
void CContinueSaveDialog::leftButtonDown(const Point &mousePos) {
Rect eye1(188, 190, 192, 195), eye2(209, 192, 213, 197);
if (g_vm->_events->isSpecialPressed(MK_SHIFT) &&
if (g_vm->_events->isSpecialPressed(MK_SHIFT) &&
(eye1.contains(mousePos) || eye2.contains(mousePos))) {
// Show the Easter Egg "Evil Twin"
_evilTwinShown = true;