summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.cc')
-rw-r--r--crawl-ref/source/spells2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index f866662863..7aa49c2a55 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -1483,7 +1483,7 @@ bool summon_berserker(int pow, god_type god, int spell,
else if (pow <= 180)
{
// trolls
- switch(random2(8))
+ switch (random2(8))
{
case 0:
mon = MONS_DEEP_TROLL;