diff options
author | Haru <haru@dotalux.com> | 2018-02-07 04:13:05 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2018-02-10 01:23:16 +0100 |
commit | 952df452e7ac9a62c9bc2db3e26958649270f2f4 (patch) | |
tree | 6f653c6c829db2451dc20f13e0ab51f2b943d3e0 /src/map/status.c | |
parent | ba28b56a6b3180c7d13c196ecb44fddd3d63a4f6 (diff) | |
download | hercules-952df452e7ac9a62c9bc2db3e26958649270f2f4.tar.gz hercules-952df452e7ac9a62c9bc2db3e26958649270f2f4.tar.bz2 hercules-952df452e7ac9a62c9bc2db3e26958649270f2f4.tar.xz hercules-952df452e7ac9a62c9bc2db3e26958649270f2f4.zip |
Clean up trailing whitespace and non-indent tabs
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/status.c b/src/map/status.c index 3bb511970..3e4b4a45c 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -9763,8 +9763,8 @@ int status_get_val_flag(enum sc_type type) { int val_flag = 0; switch (type) { - case SC_CLAN_INFO: - val_flag |= 1 | 2; + case SC_CLAN_INFO: + val_flag |= 1 | 2; break; case SC_FIGHTINGSPIRIT: val_flag |= 1 | 2; |