summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 4dd81fc3cf..6265445d16 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -102,7 +102,7 @@ void print_description( const std::string &d )
textcolor(LIGHTGREY);
- while(currentPos < d.length())
+ while (currentPos < d.length())
{
if (currentPos != 0)
cgotoxy(1, wherey() + 1);