summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mstuff2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mstuff2.cc')
-rw-r--r--crawl-ref/source/mstuff2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mstuff2.cc b/crawl-ref/source/mstuff2.cc
index 0908dcea75..903364dd1e 100644
--- a/crawl-ref/source/mstuff2.cc
+++ b/crawl-ref/source/mstuff2.cc
@@ -1540,7 +1540,7 @@ bool mons_throw(struct monsters *monster, struct bolt &pbolt, int hand_used)
static void _scale_draconian_breath(bolt& beam, int drac_type)
{
int scaling = 100;
- switch(drac_type)
+ switch (drac_type)
{
case MONS_RED_DRACONIAN:
beam.name = "searing blast";