summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-monench.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2010-10-10 15:31:38 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2010-10-10 15:31:38 -0500
commit2c5d2efaca2e10da887c1a0dbb59a4a8893362c2 (patch)
treed07e907a4af8ccd40873971d4d6e94f0258ba3f3 /crawl-ref/source/spl-monench.cc
parentc9d6340523ff2d9f263a5e1857d777ffa085f201 (diff)
downloadcrawl-ref-2c5d2efaca2e10da887c1a0dbb59a4a8893362c2.tar.gz
crawl-ref-2c5d2efaca2e10da887c1a0dbb59a4a8893362c2.zip
Add spacing fix.
Diffstat (limited to 'crawl-ref/source/spl-monench.cc')
-rw-r--r--crawl-ref/source/spl-monench.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-monench.cc b/crawl-ref/source/spl-monench.cc
index 5c3306ab08..7bee7e5494 100644
--- a/crawl-ref/source/spl-monench.cc
+++ b/crawl-ref/source/spl-monench.cc
@@ -89,7 +89,7 @@ static int _tame_beast_monsters(coord_def where, int pow, int, actor *)
return 0;
// 50% bonus for dogs
- if (mons->type == MONS_HOUND || mons->type == MONS_WAR_DOG )
+ if (mons->type == MONS_HOUND || mons->type == MONS_WAR_DOG)
pow += (pow / 2);
if (you.species == SP_HILL_ORC && mons->type == MONS_WARG)