summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-22 04:46:39 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-22 04:46:39 +0000
commit2afb18510b35da863903462a36d0e093b3a299b1 (patch)
tree32fe42e37f87cbc7574053df00d32a6a96c2cecf /crawl-ref/source/message.h
parent82ad42a2eef6e38f5852e5f5fbd57fcd0cff711b (diff)
downloadcrawl-ref-2afb18510b35da863903462a36d0e093b3a299b1.tar.gz
crawl-ref-2afb18510b35da863903462a36d0e093b3a299b1.zip
Add more whitespace fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6040 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/message.h')
-rw-r--r--crawl-ref/source/message.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/message.h b/crawl-ref/source/message.h
index 9ce1c31ac0..1fcbc33a60 100644
--- a/crawl-ref/source/message.h
+++ b/crawl-ref/source/message.h
@@ -57,7 +57,7 @@ class formatted_string;
void formatted_mpr(const formatted_string& fs,
msg_channel_type channel = MSGCH_PLAIN, int param = 0);
-
+
void formatted_message_history(const std::string &st,
msg_channel_type channel = MSGCH_PLAIN,
int param = 0,
@@ -70,7 +70,7 @@ void mpr_comma_separated_list(const std::string prefix,
const std::string &comma = ", ",
const msg_channel_type channel = MSGCH_PLAIN,
const int param = 0);
-
+
class no_messages
{
public: