summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
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.cc
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.cc')
-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 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);
}