summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-04 01:52:47 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-04 01:52:47 +0000
commit28867342aa77db5d8e98c12d200dcdb2039fc766 (patch)
tree15ea1bbbfd2716952bbfed92edd3291a1fe1dc5f /crawl-ref/source/beam.cc
parente99b682e2442c889d0d212cdbb6dad63cc266a60 (diff)
downloadcrawl-ref-28867342aa77db5d8e98c12d200dcdb2039fc766.tar.gz
crawl-ref-28867342aa77db5d8e98c12d200dcdb2039fc766.zip
Add another spacing fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8190 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 44f20fd93b..58a9de5217 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -1396,7 +1396,7 @@ static beam_type _chaos_beam_flavour()
10, BEAM_POLYMORPH,
10, BEAM_BANISH,
10, BEAM_DISINTEGRATION,
- 0 ));
+ 0));
return (flavour);
}