Skip to content

Commit

Permalink
cosmetic - indent
Browse files Browse the repository at this point in the history
  • Loading branch information
joolswills committed Feb 8, 2019
1 parent 9ce4419 commit 9ae8993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions es-app/src/views/ViewController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -433,12 +433,12 @@ void ViewController::preload()
for(auto it = SystemData::sSystemVector.cbegin(); it != SystemData::sSystemVector.cend(); it++)
{
if(Settings::getInstance()->getBool("SplashScreen") &&
Settings::getInstance()->getBool("SplashScreenProgress"))
Settings::getInstance()->getBool("SplashScreenProgress"))
{
i++;
char buffer[100];
sprintf (buffer, "Loading '%s' (%d/%d)",
(*it)->getFullName().c_str(), i, SystemData::sSystemVector.size());
(*it)->getFullName().c_str(), i, SystemData::sSystemVector.size());
mWindow->renderLoadingScreen(std::string(buffer));
}

Expand Down

0 comments on commit 9ae8993

Please sign in to comment.