summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/cio.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/cio.cc b/crawl-ref/source/cio.cc
index e77fc2fe9c..b087d654e1 100644
--- a/crawl-ref/source/cio.cc
+++ b/crawl-ref/source/cio.cc
@@ -25,7 +25,7 @@ static keycode_type _numpad2vi(keycode_type key)
#ifndef USE_TILE
key = unixcurses_get_vi_key(key);
#endif
- switch(key)
+ switch (key)
{
case CK_UP: key = 'k'; break;
case CK_DOWN: key = 'j'; break;