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.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/message.cc b/crawl-ref/source/message.cc
index c46fd7c87b..abb7f2f7fa 100644
--- a/crawl-ref/source/message.cc
+++ b/crawl-ref/source/message.cc
@@ -722,7 +722,7 @@ void formatted_message_history(const std::string &st_nocolor,
if (wrap_col)
{
linebreak_string2(st, wrap_col);
- }
+ }
std::vector<formatted_string> fss;
formatted_string::parse_string_to_multiple(st, fss);
@@ -741,7 +741,7 @@ void formatted_message_history(const std::string &st_nocolor,
more();
mpr_formatted_output(fs, colour);
-
+
// message playback explicitly only handles colors for
// the tutorial channel... guess we'll store bare strings
// for the rest, then.