summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/scripts
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-01-21 10:27:47 +0100
committerAdam Borowski <kilobyte@angband.pl>2010-01-21 10:27:47 +0100
commit3526973df9b10845d6c63e79cb2463631157b980 (patch)
tree980c713c976cd821e4213cec675b72741fcbccfc /crawl-ref/source/scripts
parent0b392a6cf59581f51facfb72e0c5f64c843374ab (diff)
downloadcrawl-ref-3526973df9b10845d6c63e79cb2463631157b980.tar.gz
crawl-ref-3526973df9b10845d6c63e79cb2463631157b980.zip
Fix newlines at end of file.
Diffstat (limited to 'crawl-ref/source/scripts')
-rw-r--r--crawl-ref/source/scripts/genlevel.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/scripts/genlevel.lua b/crawl-ref/source/scripts/genlevel.lua
index 4cb4bbff7d..c26157d454 100644
--- a/crawl-ref/source/scripts/genlevel.lua
+++ b/crawl-ref/source/scripts/genlevel.lua
@@ -16,4 +16,4 @@ for _, place in ipairs(places) do
local filename = map_dump_name_for_place(place)
crawl.mpr("Dumping map of " .. place .. " to " .. filename)
debug.dump_map(filename)
-end \ No newline at end of file
+end