From 13252b2ea464c3a40cc42d01fe178bfd2b421d9b Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Sun, 29 Dec 2013 06:33:41 +0000 Subject: OS X: Minor code style change. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88196 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/plugins/Bladesio1/macsrc/PluginConfigController.m | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'macosx/plugins/Bladesio1/macsrc/PluginConfigController.m') diff --git a/macosx/plugins/Bladesio1/macsrc/PluginConfigController.m b/macosx/plugins/Bladesio1/macsrc/PluginConfigController.m index bce4a722..70ba4970 100755 --- a/macosx/plugins/Bladesio1/macsrc/PluginConfigController.m +++ b/macosx/plugins/Bladesio1/macsrc/PluginConfigController.m @@ -139,9 +139,16 @@ void ReadConfig() int player; switch ([playerMenu indexOfSelectedItem]) { default: - case 0: player = PLAYER_DISABLED; break; - case 1: player = PLAYER_MASTER; break; - case 2: player = PLAYER_SLAVE; break; + case 0: + player = PLAYER_DISABLED; + break; + + case 1: + player = PLAYER_MASTER; + break; + case 2: + player = PLAYER_SLAVE; + break; } writeDic[kSioPlayer] = @(player); } -- cgit v1.2.3