summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
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
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')
-rw-r--r--crawl-ref/source/religion.cc2
-rw-r--r--crawl-ref/source/religion.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 47a4bd76e2..7c3a23d478 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -2233,7 +2233,7 @@ god_type string_to_god(const char *name)
return (GOD_NO_GOD);
}
-void god_speaks( god_type god, const char *mesg )
+void god_speaks(god_type god, const char *mesg)
{
mpr(mesg, MSGCH_GOD, god);
}
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();