summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cloud.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2013-12-05 11:16:35 +0000
committerChris Campbell <chriscampbell89@gmail.com>2013-12-05 11:16:35 +0000
commit2bff3cf6152faf7b3e8f0ed5dd9ae8a2cd7cb871 (patch)
tree84333b963c4549a9782417844f20c14e4c1e2592 /crawl-ref/source/cloud.cc
parent2036164b6204820c3f65ab8308f2a51ed0628fb5 (diff)
downloadcrawl-ref-2bff3cf6152faf7b3e8f0ed5dd9ae8a2cd7cb871.tar.gz
crawl-ref-2bff3cf6152faf7b3e8f0ed5dd9ae8a2cd7cb871.zip
Fix a newline
Diffstat (limited to 'crawl-ref/source/cloud.cc')
-rw-r--r--crawl-ref/source/cloud.cc7
1 files changed, 3 insertions, 4 deletions
diff --git a/crawl-ref/source/cloud.cc b/crawl-ref/source/cloud.cc
index 8ed61c43d0..28c7eac817 100644
--- a/crawl-ref/source/cloud.cc
+++ b/crawl-ref/source/cloud.cc
@@ -852,10 +852,9 @@ static bool _mephitic_cloud_roll(const monster* mons)
// Applies cloud messages and side-effects and returns true if the
// cloud had a side-effect. This function does not check for cloud immunity.
-static
-bool _actor_apply_cloud_side_effects(actor *act,
- const cloud_struct &cloud,
- int final_damage)
+static bool _actor_apply_cloud_side_effects(actor *act,
+ const cloud_struct &cloud,
+ int final_damage)
{
const bool player = act->is_player();
monster *mons = !player? act->as_monster() : NULL;