mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 08:39:00 +00:00
Formatting/Whitespace Cleanup
Various fixes to formatting and whitespace
This commit is contained in:
parent
b8edd8aedc
commit
93b16a4a2d
97 changed files with 673 additions and 657 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue