From 410ce3feb72d7c7635d884749bcc31736225d1e9 Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 28 Jul 2009 21:58:12 +0000 Subject: 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 --- crawl-ref/source/cio.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3-54-g00ecf