summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-28 21:58:12 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-28 21:58:12 +0000
commit410ce3feb72d7c7635d884749bcc31736225d1e9 (patch)
tree0be4bde80996d22a6ec8574ce42a2adb36d84270
parenta8f9d9bda785d43d73092362cfb4811cfa4672dd (diff)
downloadcrawl-ref-410ce3feb72d7c7635d884749bcc31736225d1e9.tar.gz
crawl-ref-410ce3feb72d7c7635d884749bcc31736225d1e9.zip
Add whitespace fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.5@10456 c06c8d41-db1a-0410-9941-cceddc491573
-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;