summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/place.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/place.cc')
-rw-r--r--crawl-ref/source/place.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/place.cc b/crawl-ref/source/place.cc
index aa09c9ef45..78bd1d68c7 100644
--- a/crawl-ref/source/place.cc
+++ b/crawl-ref/source/place.cc
@@ -160,7 +160,7 @@ int absdungeon_depth(branch_type branch, int subdepth)
else
{
--subdepth;
- while ( branch != BRANCH_MAIN_DUNGEON )
+ while (branch != BRANCH_MAIN_DUNGEON)
{
subdepth += branches[branch].startdepth;
branch = branches[branch].parent_branch;