diff options
author | yenatch <yenatch@gmail.com> | 2017-05-23 21:21:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-23 21:21:42 -0400 |
commit | 21ffe2fa910ede21f0f18a3013ed8ba29c70011e (patch) | |
tree | 16f5e8fae87defe86f8ccc6bb9511105db2139fe /src/mauville_old_man.c | |
parent | 009d4875fcc97e18dbbd74b5bd303dc5ccb81b1c (diff) | |
parent | 010eb456d63b0d644285f263f310d73bfb9646b2 (diff) |
Merge pull request #302 from marijnvdwerf/clean/switch-indent
Decrease indentation level of switches
Diffstat (limited to 'src/mauville_old_man.c')
-rw-r--r-- | src/mauville_old_man.c | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/mauville_old_man.c b/src/mauville_old_man.c index 11dadf380..2fa889a15 100644 --- a/src/mauville_old_man.c +++ b/src/mauville_old_man.c @@ -65,21 +65,21 @@ void SetMauvilleOldMan(void) switch(var) { - case 0: - sub_80F7A34(); - break; - case 1: - sub_80F7A6C(); - break; - case 2: - sub_80F7A98(); - break; - case 3: - sub_80F7A7C(); - break; - case 4: - sub_80F7A88(); - break; + case 0: + sub_80F7A34(); + break; + case 1: + sub_80F7A6C(); + break; + case 2: + sub_80F7A98(); + break; + case 3: + sub_80F7A7C(); + break; + case 4: + sub_80F7A88(); + break; } sub_80F83D0(); } |