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.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/message.cc b/crawl-ref/source/message.cc
index c0de62fb22..eb6507c68e 100644
--- a/crawl-ref/source/message.cc
+++ b/crawl-ref/source/message.cc
@@ -489,7 +489,8 @@ static void mpr_check_patterns(const std::string& message,
&& channel != MSGCH_TALK && channel != MSGCH_TALK_VISUAL
&& channel != MSGCH_SOUND)
{
- interrupt_activity( AI_MESSAGE, channel_to_str(channel) + ":" + message );
+ interrupt_activity( AI_MESSAGE,
+ channel_to_str(channel) + ":" + message );
}
// Check messages for all forms of running now.