summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-06 18:39:12 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-06 18:39:12 -0600
commit24998da9e6f7deb80fd5644cc2f1723434386c93 (patch)
tree4638bf753b880d6ea3b758f66016cdbe6fb6643d /crawl-ref/source/dungeon.cc
parentc03846e3410d492f4da34b585413f43265a12dbb (diff)
downloadcrawl-ref-24998da9e6f7deb80fd5644cc2f1723434386c93.tar.gz
crawl-ref-24998da9e6f7deb80fd5644cc2f1723434386c93.zip
Remove trailing whitespace.
Diffstat (limited to 'crawl-ref/source/dungeon.cc')
-rw-r--r--crawl-ref/source/dungeon.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/dungeon.cc b/crawl-ref/source/dungeon.cc
index c9e3642688..eb8f637598 100644
--- a/crawl-ref/source/dungeon.cc
+++ b/crawl-ref/source/dungeon.cc
@@ -3375,7 +3375,7 @@ static monster_type _choose_unique_by_depth(int step)
default:
ret = random_choose(MONS_FRANCIS, MONS_FRANCES, MONS_WAYNE, MONS_DUANE,
MONS_XTAHUA, MONS_NORRIS, MONS_FREDERICK, MONS_NIKOLA,
- MONS_MARGERY, MONS_BORIS, MONS_SAINT_ROKA, MONS_AIZUL,
+ MONS_MARGERY, MONS_BORIS, MONS_SAINT_ROKA, MONS_AIZUL,
-1);
}