summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-10 00:26:23 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-10 00:26:23 +0000
commit1b5cb7207f6d4d2b7e4eb51e3baf39824da14b70 (patch)
tree97261e118fc2467b657d17b8de7783545df8f9d1 /crawl-ref/source/describe.cc
parente51475777aaeeb19b64b24e50e4c05111f71fa76 (diff)
downloadcrawl-ref-1b5cb7207f6d4d2b7e4eb51e3baf39824da14b70.tar.gz
crawl-ref-1b5cb7207f6d4d2b7e4eb51e3baf39824da14b70.zip
Add more TSO halo description fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4979 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index e437898529..91ad931466 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -2428,7 +2428,7 @@ static std::string religion_help( god_type god )
{
std::string result = "";
- switch(god)
+ switch (god)
{
case GOD_ZIN:
result += "Pray at one of " + god_name(god)