summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/arena.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-19 17:46:25 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-19 17:46:25 +0000
commit5904e93aa4220ebb102df0510f11f21980ed6ffa (patch)
tree69bc3c045337dd4fb0e109f379946ac87a73811a /crawl-ref/source/arena.cc
parent8b5ae1fa034a8ca37d40721737215a9012294a8d (diff)
downloadcrawl-ref-5904e93aa4220ebb102df0510f11f21980ed6ffa.tar.gz
crawl-ref-5904e93aa4220ebb102df0510f11f21980ed6ffa.zip
Add whitespace fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10732 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 b706eae19b..6898d5323a 100644
--- a/crawl-ref/source/arena.cc
+++ b/crawl-ref/source/arena.cc
@@ -1063,7 +1063,7 @@ void arena_placed_monster(monsters *monster)
monster->name(DESC_PLAIN, true).c_str());
more();
}
-
+
if (monster->type == MONS_TEST_SPAWNER)
{
if (monster->attitude == ATT_FRIENDLY)