summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/message.cc')
-rw-r--r--crawl-ref/source/message.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/message.cc b/crawl-ref/source/message.cc
index 2b59f5152b..a5a31ca6a4 100644
--- a/crawl-ref/source/message.cc
+++ b/crawl-ref/source/message.cc
@@ -434,7 +434,7 @@ void mpr(const char *inf, msg_channel_type channel, int param)
if (crawl_state.arena)
{
- switch(channel)
+ switch (channel)
{
case MSGCH_PROMPT:
case MSGCH_GOD: