summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-20 20:01:19 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-20 20:01:58 -0500
commite3a04ec3a1b79e8f8ae8937e3fe16552384e557b (patch)
tree899b4426d9cc3deef16e1ed1031c88df0f0c5054 /crawl-ref/source/beam.cc
parent00e0df0c6cfcd47a9f71bf1bbd211db340baaf06 (diff)
downloadcrawl-ref-e3a04ec3a1b79e8f8ae8937e3fe16552384e557b.tar.gz
crawl-ref-e3a04ec3a1b79e8f8ae8937e3fe16552384e557b.zip
Remove tabs, and add minor cosmetic fixes.
Diffstat (limited to 'crawl-ref/source/beam.cc')
-rw-r--r--crawl-ref/source/beam.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc
index ed597780e5..0e6bb50475 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -5096,7 +5096,7 @@ mon_resist_type bolt::apply_enchantment_to_monster(monsters* mon)
return (MON_UNAFFECTED);
case BEAM_SLOW:
- obvious_effect = do_slow_monster(mon, whose_kill());
+ obvious_effect = do_slow_monster(mon, whose_kill());
return (MON_AFFECTED);
case BEAM_HASTE: