summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/test
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-01-21 10:39:48 +0100
committerAdam Borowski <kilobyte@angband.pl>2010-01-21 10:39:48 +0100
commit138c8a952c608ff384e7352b72729f35fcfc315c (patch)
tree0d3b93d2c0d6a55b7c8d128b6d2b90f37eed02bc /crawl-ref/source/test
parent3526973df9b10845d6c63e79cb2463631157b980 (diff)
downloadcrawl-ref-138c8a952c608ff384e7352b72729f35fcfc315c.tar.gz
crawl-ref-138c8a952c608ff384e7352b72729f35fcfc315c.zip
Whitespace fixes.
Diffstat (limited to 'crawl-ref/source/test')
-rw-r--r--crawl-ref/source/test/findray.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/test/findray.lua b/crawl-ref/source/test/findray.lua
index 648b1cb9a7..6389930644 100644
--- a/crawl-ref/source/test/findray.lua
+++ b/crawl-ref/source/test/findray.lua
@@ -38,7 +38,7 @@ local function test_findray()
dgn.grid(x, y, "floor_special")
debug.dump_map(FAILMAP)
assert(false, "Can't find ray to " .. p ..
- " although it's in unobstructed view. (#" ..
+ " although it's in unobstructed view. (#" ..
checks .. ")")
end
local rx, ry = ray:pos()