summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.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/monplace.cc
parentc03846e3410d492f4da34b585413f43265a12dbb (diff)
downloadcrawl-ref-24998da9e6f7deb80fd5644cc2f1723434386c93.tar.gz
crawl-ref-24998da9e6f7deb80fd5644cc2f1723434386c93.zip
Remove trailing whitespace.
Diffstat (limited to 'crawl-ref/source/monplace.cc')
-rw-r--r--crawl-ref/source/monplace.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monplace.cc b/crawl-ref/source/monplace.cc
index 14451f56c1..c2c9d714cd 100644
--- a/crawl-ref/source/monplace.cc
+++ b/crawl-ref/source/monplace.cc
@@ -1944,7 +1944,7 @@ static band_type _choose_band(int mon_type, int power, int &band_size)
case MONS_GOLDEN_EYE:
band = BAND_GOLDEN_EYE;
band_size = 1 + random2(5);
- break;
+ break;
} // end switch
if (band != BAND_NO_BAND && band_size == 0)