summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-08 23:13:47 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-08 23:13:47 +0000
commit88c3d55edbc70cf7da43226902a3f730f7481f28 (patch)
treef94b8abba4d19c1479c9e1311b666697f8cc4cfb /crawl-ref/source/message.cc
parentc5a784f95ea94be383dc49f12f5aea1b738b6d65 (diff)
downloadcrawl-ref-88c3d55edbc70cf7da43226902a3f730f7481f28.tar.gz
crawl-ref-88c3d55edbc70cf7da43226902a3f730f7481f28.zip
Add still more whitespace fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4155 c06c8d41-db1a-0410-9941-cceddc491573
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.