summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-14 00:07:22 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-14 00:07:22 +0000
commit9147f8005e3758db7e6ffaa684cc72e5fc30923d (patch)
treec7bcf11fe4b32d81edbec49c05e1acea863b5984 /crawl-ref
parentd4959c9b1aa67d490117c960f44c3663ae2f6890 (diff)
downloadcrawl-ref-9147f8005e3758db7e6ffaa684cc72e5fc30923d.tar.gz
crawl-ref-9147f8005e3758db7e6ffaa684cc72e5fc30923d.zip
Add another spacing fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5801 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/religion.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index cd38e6d53b..15b7cf4ade 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -4487,7 +4487,7 @@ void excommunication(god_type new_god)
miscast_effect((coinflip() ? SPTYP_CONJURATION : SPTYP_SUMMONING),
8 + you.experience_level, random2avg(98, 3), 100,
"the wrath of Vehumet");
- _inc_penance( old_god, 25 );
+ _inc_penance(old_god, 25);
break;
case GOD_MAKHLEB: