summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mapdef.cc')
-rw-r--r--crawl-ref/source/mapdef.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mapdef.cc b/crawl-ref/source/mapdef.cc
index b373c9b40d..f48ccaa5d2 100644
--- a/crawl-ref/source/mapdef.cc
+++ b/crawl-ref/source/mapdef.cc
@@ -2762,7 +2762,7 @@ static int str_to_ego(item_spec &spec, std::string ego_str)
int *order;
- switch(spec.base_type)
+ switch (spec.base_type)
{
case OBJ_ARMOUR:
order = armour_order;