Run code through the advanced tool 'sed' to remove trailing whitespace.

This commit is contained in:
comex
2013-10-29 01:23:17 -04:00
parent 965b32be9c
commit c579637eaf
568 changed files with 8650 additions and 8654 deletions

View File

@ -8,12 +8,12 @@ namespace DiscIO
{
IVolume::ECountry CountrySwitch(u8 CountryCode)
{
switch (CountryCode)
switch (CountryCode)
{
// Region free - fall through to European defaults for now
case 'A':
// PAL
case 'D': // German
return IVolume::COUNTRY_GERMANY;
@ -26,18 +26,18 @@ IVolume::ECountry CountrySwitch(u8 CountryCode)
case 'M': // Japanese import to PAL regions
case 'S': // Spanish-speaking regions
case 'P':
case 'U': // Australia
case 'U': // Australia
return IVolume::COUNTRY_EUROPE;
break;
case 'F':
return IVolume::COUNTRY_FRANCE;
break;
case 'I':
return IVolume::COUNTRY_ITALY;
break;
case 'R':
return IVolume::COUNTRY_RUSSIA;
break;