summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-01-18 11:20:36 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-01-18 11:20:36 +0100
commit00941b47126445d310aea0f007b8ee3f94467b10 (patch)
treea51f09efa4d0fe583375314d7f811ddd7b731d65 /crawl-ref/source/tutorial.cc
parentcfa35ac5a5ab24de7d507babc817ec3ddac855e9 (diff)
downloadcrawl-ref-00941b47126445d310aea0f007b8ee3f94467b10.tar.gz
crawl-ref-00941b47126445d310aea0f007b8ee3f94467b10.zip
Whitespace and indendation fixes.
Diffstat (limited to 'crawl-ref/source/tutorial.cc')
-rw-r--r--crawl-ref/source/tutorial.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index 6a673bc1e3..f017a3b1db 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -43,4 +43,4 @@ void set_tutorial_hunger(int hunger)
return;
you.hunger = hunger;
-} \ No newline at end of file
+}