summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/kills.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-01-21 10:39:48 +0100
committerAdam Borowski <kilobyte@angband.pl>2010-01-21 10:39:48 +0100
commit138c8a952c608ff384e7352b72729f35fcfc315c (patch)
tree0d3b93d2c0d6a55b7c8d128b6d2b90f37eed02bc /crawl-ref/source/kills.cc
parent3526973df9b10845d6c63e79cb2463631157b980 (diff)
downloadcrawl-ref-138c8a952c608ff384e7352b72729f35fcfc315c.tar.gz
crawl-ref-138c8a952c608ff384e7352b72729f35fcfc315c.zip
Whitespace fixes.
Diffstat (limited to 'crawl-ref/source/kills.cc')
-rw-r--r--crawl-ref/source/kills.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/kills.cc b/crawl-ref/source/kills.cc
index 4022120d25..a585d9de26 100644
--- a/crawl-ref/source/kills.cc
+++ b/crawl-ref/source/kills.cc
@@ -280,7 +280,7 @@ void Kills::merge(const Kills &k)
void Kills::record_kill(const struct monsters *mon)
{
- // Handle player ghosts separately, but don't handle summoned
+ // Handle player ghosts separately, but don't handle summoned
// ghosts at all. {due}
if (mon->type == MONS_PLAYER_GHOST && !mon->is_summoned())
{