Skip to content

Commit

Permalink
Replaced some spaces for indention introduced in commit [21c79f2] by …
Browse files Browse the repository at this point in the history
…tabs
  • Loading branch information
Albert Ziegenhagel committed Jun 3, 2016
1 parent 21c79f2 commit 348644b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,10 @@ void cWindowLandingPositionSelection::unlockBack()
void cWindowLandingPositionSelection::handleActivated (cApplication& application, bool firstTime)
{
if (firstTime)
{
cSoundDevice::getInstance().playVoice (getRandom (VoiceData.VOILanding));
setInfoMessage (lngPack.i18n ("Text~Comp~Landing_Select"));
}
{
cSoundDevice::getInstance().playVoice (getRandom (VoiceData.VOILanding));
setInfoMessage (lngPack.i18n ("Text~Comp~Landing_Select"));
}
application.addRunnable (animationTimer);
cWindow::handleActivated (application, firstTime);
if (firstTime) opened();
Expand Down

0 comments on commit 348644b

Please sign in to comment.