From 31cfc73a09a8685cbab20502b4bc132e98e2feb5 Mon Sep 17 00:00:00 2001 From: Matthew Parlane Date: Tue, 11 Mar 2014 00:30:55 +1300 Subject: Fixes spacing for "for", "while", "switch" and "if" Also moved && and || to ends of lines instead of start. Fixed misc vertical alignments and some { needed newlining. --- Source/Core/DiscIO/VolumeCommon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/DiscIO/VolumeCommon.cpp') diff --git a/Source/Core/DiscIO/VolumeCommon.cpp b/Source/Core/DiscIO/VolumeCommon.cpp index 7a19d9f7d6..f124a656b9 100644 --- a/Source/Core/DiscIO/VolumeCommon.cpp +++ b/Source/Core/DiscIO/VolumeCommon.cpp @@ -81,7 +81,7 @@ IVolume::ECountry CountrySwitch(u8 CountryCode) u8 GetSysMenuRegion(u16 _TitleVersion) { - switch(_TitleVersion) + switch (_TitleVersion) { case 128: case 192: case 224: case 256: case 288: case 352: case 384: case 416: -- cgit v1.2.3