summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fontwrapper-ft.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-12-02 01:56:04 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-12-02 12:41:07 +0100
commit4d8a9aa4d283e10a3f8f348fe059f699609eb16d (patch)
treefa8bf0ba425595e5abf1f6e6122a2fe77d6b71c2 /crawl-ref/source/fontwrapper-ft.cc
parentfaa0ec9203e4015243de868c77ef72ad96fd3034 (diff)
downloadcrawl-ref-4d8a9aa4d283e10a3f8f348fe059f699609eb16d.tar.gz
crawl-ref-4d8a9aa4d283e10a3f8f348fe059f699609eb16d.zip
Consistently use a space after flow control statements.
Diffstat (limited to 'crawl-ref/source/fontwrapper-ft.cc')
-rw-r--r--crawl-ref/source/fontwrapper-ft.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/fontwrapper-ft.cc b/crawl-ref/source/fontwrapper-ft.cc
index 72dd50dc76..4a8f6fed76 100644
--- a/crawl-ref/source/fontwrapper-ft.cc
+++ b/crawl-ref/source/fontwrapper-ft.cc
@@ -625,7 +625,7 @@ void FTFontWrapper::store(FontBuffer &buf, float &x, float &y,
{
const char *sp = str.c_str();
ucs_t c;
- while(int s = utf8towc(&c, sp))
+ while (int s = utf8towc(&c, sp))
{
sp += s;
if (c == '\n')