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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/message.cc b/crawl-ref/source/message.cc
index 989b9f2140..a685b0116f 100644
--- a/crawl-ref/source/message.cc
+++ b/crawl-ref/source/message.cc
@@ -1026,7 +1026,7 @@ void replay_messages(void)
// Allow formatted output of tagged messages.
formatted_string fs = formatted_string::parse_string(text, true);
int curcol = 1;
- for ( unsigned int j = 0; j < fs.ops.size(); ++j )
+ for (unsigned int j = 0; j < fs.ops.size(); ++j)
{
switch ( fs.ops[j].type )
{