summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-07 07:22:07 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-07 07:22:07 +0000
commit5c78fa3fd5c7507c7b83116cc3d059afa88a630e (patch)
treebab8449208df7a8d6c7e633042332762c96bdc17 /crawl-ref/source/beam.cc
parent40d45085f0e6ee4f9c4331c7a630ff6e5d3b1b30 (diff)
downloadcrawl-ref-5c78fa3fd5c7507c7b83116cc3d059afa88a630e.tar.gz
crawl-ref-5c78fa3fd5c7507c7b83116cc3d059afa88a630e.zip
Add whitespace fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8952 c06c8d41-db1a-0410-9941-cceddc491573
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 e0dcfc4656..efbcc91de7 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -2453,7 +2453,7 @@ bool mass_enchantment( enchant_type wh_enchant, int pow, int origin,
// Do messaging.
const char* msg;
switch (wh_enchant)
- {
+ {
case ENCH_FEAR: msg = " looks frightened!"; break;
case ENCH_CONFUSION: msg = " looks rather confused."; break;
case ENCH_CHARM: msg = " submits to your will."; break;