summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-09-25 10:44:28 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-09-25 10:44:28 -0500
commita6215ebe547de168b593c98e7d3b1e5a82bbc409 (patch)
tree780dc136732f2a93d56ea6f48d5222c98a6b48a3 /crawl-ref/source/mon-util.cc
parent2b42ba608882155fc6c306ab57a4e6a4c2823aa0 (diff)
downloadcrawl-ref-a6215ebe547de168b593c98e7d3b1e5a82bbc409.tar.gz
crawl-ref-a6215ebe547de168b593c98e7d3b1e5a82bbc409.zip
Add more minor cosmetic fixes.
Diffstat (limited to 'crawl-ref/source/mon-util.cc')
-rw-r--r--crawl-ref/source/mon-util.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index 4aa59c072f..77f0d44b98 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -3208,7 +3208,7 @@ bool ms_waste_of_time( const monsters *mon, spell_type monspell )
return (ret);
}
-static bool _ms_los_spell( spell_type monspell )
+static bool _ms_los_spell(spell_type monspell)
{
// True, the tentacles _are_ summoned but they are restricted to water
// just like the kraken is, so it makes more sense not to count them here.
@@ -3225,8 +3225,8 @@ static bool _ms_los_spell( spell_type monspell )
}
-static bool _ms_ranged_spell( spell_type monspell, bool attack_only = false,
- bool ench_too = true)
+static bool _ms_ranged_spell(spell_type monspell, bool attack_only = false,
+ bool ench_too = true)
{
// Check for Smiting specially, so it's not filtered along
// with the summon spells.