summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_crawl.cc
diff options
context:
space:
mode:
authorChris Oelmueller <chris.oelmueller@gmail.com>2013-12-12 17:04:28 +0100
committerNeil Moore <neil@s-z.org>2013-12-14 18:15:27 -0500
commit033cea43e675ee2635d8378b96d72f0543119ee4 (patch)
treedac90ab56d820eabf5f4119fd20408bbbae6e59b /crawl-ref/source/l_crawl.cc
parentf2f48c583932eddcd546dea5cb20f216295fd278 (diff)
downloadcrawl-ref-033cea43e675ee2635d8378b96d72f0543119ee4.tar.gz
crawl-ref-033cea43e675ee2635d8378b96d72f0543119ee4.zip
Whitespace
(cherry picked from commit 90afa1c4158637a5295dd5acd33c680158db0885)
Diffstat (limited to 'crawl-ref/source/l_crawl.cc')
-rw-r--r--crawl-ref/source/l_crawl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/l_crawl.cc b/crawl-ref/source/l_crawl.cc
index c10ebfe69b..c79eee9e9c 100644
--- a/crawl-ref/source/l_crawl.cc
+++ b/crawl-ref/source/l_crawl.cc
@@ -999,7 +999,7 @@ static const struct luaL_reg crawl_clib[] =
{ "delay", crawl_delay },
{ "random2", crawl_random2 },
{ "one_chance_in", crawl_one_chance_in },
- { "random2avg" , crawl_random2avg },
+ { "random2avg", crawl_random2avg },
{ "coinflip", crawl_coinflip },
{ "roll_dice", crawl_roll_dice },
{ "x_chance_in_y", crawl_x_chance_in_y },