summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monstuff.cc')
-rw-r--r--crawl-ref/source/monstuff.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index 48dfa774ae..1c3be21281 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -862,7 +862,7 @@ static void _mummy_curse(monsters* monster, killer_type killer, int index)
{
int pow;
- switch(killer)
+ switch (killer)
{
// Mummy killed by trap or something other than the player or
// another monster, so no curse.
@@ -876,7 +876,7 @@ static void _mummy_curse(monsters* monster, killer_type killer, int index)
break;
}
- switch(monster->type)
+ switch (monster->type)
{
case MONS_MUMMY: pow = 1; break;
case MONS_GUARDIAN_MUMMY: pow = 3; break;