summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/artefact.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/artefact.cc')
-rw-r--r--crawl-ref/source/artefact.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/artefact.cc b/crawl-ref/source/artefact.cc
index fad60e22ef..7fae71a38e 100644
--- a/crawl-ref/source/artefact.cc
+++ b/crawl-ref/source/artefact.cc
@@ -1665,8 +1665,8 @@ int find_okay_unrandart(unsigned char aclass, unsigned char atype,
continue;
}
- if (specialness != UNRANDSPEC_EITHER &&
- specialness != get_unrand_specialness(index))
+ if (specialness != UNRANDSPEC_EITHER
+ && specialness != get_unrand_specialness(index))
{
continue;
}