mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Formatting/Whitespace Cleanup
Various fixes to formatting and whitespace
This commit is contained in:
@ -68,7 +68,7 @@ GameFile::GameFile(const QString& fileName)
|
||||
|
||||
m_volume_names = VectorToStringList(volume->GetNames());
|
||||
|
||||
m_country = volume->GetCountry();
|
||||
m_country = volume->GetCountry();
|
||||
m_file_size = volume->GetRawSize();
|
||||
m_volume_size = volume->GetSize();
|
||||
|
||||
|
@ -145,7 +145,7 @@ void DGameTracker::ScanForGames()
|
||||
{
|
||||
bool list = true;
|
||||
|
||||
switch(obj->GetCountry())
|
||||
switch (obj->GetCountry())
|
||||
{
|
||||
case DiscIO::IVolume::COUNTRY_AUSTRALIA:
|
||||
if (!SConfig::GetInstance().m_ListAustralia)
|
||||
@ -251,7 +251,6 @@ void DGameTracker::SelectLastBootedGame()
|
||||
m_tree_widget->SelectGame(game);
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user