From 88c3d55edbc70cf7da43226902a3f730f7481f28 Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 8 Apr 2008 23:13:47 +0000 Subject: Add still more whitespace fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4155 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/message.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/message.cc') 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 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. -- cgit v1.2.3-54-g00ecf