summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_crawl.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-10-26 09:21:41 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-10-26 09:32:49 +0200
commitf55c42b53bba603a77495964300bbe3e6e44974a (patch)
treed4df10de1b0c23d89b63d0cd8113f4af90188e6f /crawl-ref/source/l_crawl.cc
parent7b3045176acf887d68dff6065f77f3fa3d158cab (diff)
downloadcrawl-ref-f55c42b53bba603a77495964300bbe3e6e44974a.tar.gz
crawl-ref-f55c42b53bba603a77495964300bbe3e6e44974a.zip
Whitespace fixes.
Diffstat (limited to 'crawl-ref/source/l_crawl.cc')
-rw-r--r--crawl-ref/source/l_crawl.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/l_crawl.cc b/crawl-ref/source/l_crawl.cc
index 8cf24e8617..05e00d6d7b 100644
--- a/crawl-ref/source/l_crawl.cc
+++ b/crawl-ref/source/l_crawl.cc
@@ -302,7 +302,7 @@ static void crawl_sendkeys_proc(lua_State *ls, int argi)
/*
--- XXX vararg function
---
+--
function sendkeys() */
static int crawl_sendkeys(lua_State *ls)
{
@@ -335,7 +335,7 @@ static int crawl_process_command(lua_State *ls)
}
/*
----
+---
function process_keys() */
static int crawl_process_keys(lua_State *ls)
{