summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/notes.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-16 09:39:09 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-16 09:39:09 +0000
commit9aa6349bf29e87d64061de288eca8fa4e1abec37 (patch)
tree28de5b79ec8b15af6a1b76c4cc1550dfe18c3be2 /crawl-ref/source/notes.cc
parent7ef7c9267668eb9187532ef5f96fcec5999ecd04 (diff)
downloadcrawl-ref-9aa6349bf29e87d64061de288eca8fa4e1abec37.tar.gz
crawl-ref-9aa6349bf29e87d64061de288eca8fa4e1abec37.zip
Minor note formatting improvements (David.)
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2486 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/notes.cc')
-rw-r--r--crawl-ref/source/notes.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/notes.cc b/crawl-ref/source/notes.cc
index e92c71ff3d..ef0b5d73b5 100644
--- a/crawl-ref/source/notes.cc
+++ b/crawl-ref/source/notes.cc
@@ -217,7 +217,7 @@ std::string Note::describe( bool when, bool where, bool what ) const
std::ostringstream result;
if ( when )
- result << "| " << std::setw(5) << turn << " ";
+ result << std::setw(6) << turn << " ";
if ( where )
{