summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
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)