summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-12-04 04:53:55 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-12-05 16:23:46 +0100
commit3cfba31e6efa38025156ee5a3a0ea006c85b5b6b (patch)
tree1a26f470e0ffac5ed8135c18886051d2f9b1632e /crawl-ref/source/tutorial.cc
parent9d7c2e8983cbe3e913a26016327e49e9bd189ca3 (diff)
downloadcrawl-ref-3cfba31e6efa38025156ee5a3a0ea006c85b5b6b.tar.gz
crawl-ref-3cfba31e6efa38025156ee5a3a0ea006c85b5b6b.zip
Indentation 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 7caa082d45..cbb20defcb 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -50,7 +50,7 @@ void tutorial_init_hint(const char* hintstr)
hint = HINT_NEW_LEVEL;
else if (strcmp(hintstr, "HINT_CHOOSE_STAT") == 0)
hint = HINT_CHOOSE_STAT;
- else if (strcmp(hintstr, "HINT_YOU_CURSED") == 0)
+ else if (strcmp(hintstr, "HINT_YOU_CURSED") == 0)
hint = HINT_YOU_CURSED;
else if (strcmp(hintstr, "HINT_REMOVED_CURSE") == 0)
hint = HINT_REMOVED_CURSE;