From fc34c2118ce7b3506c5d2c16e5dcc824978f79e5 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 30 Apr 2009 23:10:08 +0000 Subject: Add spacing fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9709 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/monstuff.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/monstuff.cc') 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; -- cgit v1.2.3-54-g00ecf