summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/arena.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-10 19:58:12 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-10 19:58:12 +0000
commit451efda4b23c8b13bccf836db8ad86a7b2efcbc1 (patch)
treece718b18e0e528ee4add0cd2291e526d129c3cdf /crawl-ref/source/arena.cc
parentaba17ef62ebb436c80b771f03d07ec84a5c34a6d (diff)
downloadcrawl-ref-451efda4b23c8b13bccf836db8ad86a7b2efcbc1.tar.gz
crawl-ref-451efda4b23c8b13bccf836db8ad86a7b2efcbc1.zip
Add whitespace fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8392 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/arena.cc')
-rw-r--r--crawl-ref/source/arena.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/arena.cc b/crawl-ref/source/arena.cc
index be8174efc1..98c7f4bbbf 100644
--- a/crawl-ref/source/arena.cc
+++ b/crawl-ref/source/arena.cc
@@ -975,7 +975,7 @@ bool arena_veto_place_monster(const mgen_data &mg, bool first_band_member,
{
return (true);
}
-
+
}
return (!arena::allow_bands && !first_band_member
|| arena::banned_glyphs[mons_char(mg.cls)]);