diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-08 16:29:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-08 16:29:20 +0300 |
commit | ab38f105a42355cbf207bf4da48c0c386892781c (patch) | |
tree | 713b45108c805241fe5714146dfe0aff2bfd2d13 /src/statuseffect.h | |
parent | f8042d0cf07ebb4b10094ac242591d8edf7067ba (diff) | |
download | plus-ab38f105a42355cbf207bf4da48c0c386892781c.tar.gz plus-ab38f105a42355cbf207bf4da48c0c386892781c.tar.bz2 plus-ab38f105a42355cbf207bf4da48c0c386892781c.tar.xz plus-ab38f105a42355cbf207bf4da48c0c386892781c.zip |
Fix code style.
Diffstat (limited to 'src/statuseffect.h')
-rw-r--r-- | src/statuseffect.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/statuseffect.h b/src/statuseffect.h index bd7da5f8d..1e20953bc 100644 --- a/src/statuseffect.h +++ b/src/statuseffect.h @@ -104,7 +104,8 @@ class StatusEffect final * the deactivating effect (false). */ static StatusEffect *getStunEffect(const int index, - const Enable enabling) A_WARN_UNUSED; + const Enable enabling) + A_WARN_UNUSED; /** * Maps a block effect index to its corresponding effect index. Block |