summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-03 19:17:07 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-03 19:17:07 +0000
commit87727fcee7feb86167f6dfca6319d60e4210a6ee (patch)
tree3fc4423a7a2beb46585928330bb1448a765c0061 /crawl-ref/source/religion.h
parent4fe18913223b31246d8e084feb75c9d105ccd186 (diff)
downloadcrawl-ref-87727fcee7feb86167f6dfca6319d60e4210a6ee.tar.gz
crawl-ref-87727fcee7feb86167f6dfca6319d60e4210a6ee.zip
Add more spacing fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7366 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index 25522d0388..81c08b2aec 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -72,7 +72,7 @@ void disable_attack_conducts(god_conduct_trigger conduct[3]);
void excommunication(god_type new_god = GOD_NO_GOD);
void gain_piety(int pgn);
-void god_speaks(god_type god, const char *mesg );
+void god_speaks(god_type god, const char *mesg);
void lose_piety(int pgn);
void offer_corpse(int corpse);
std::string god_prayer_reaction();