From 4277eaea5e02fb69d64193a0395357e2c346afdb Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sat, 21 Nov 2009 12:37:25 -0600 Subject: Add formatting fixes. This mostly puts && and || on the proper lines, per the style guide. --- crawl-ref/source/artefact.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/artefact.cc') 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; } -- cgit v1.2.3-54-g00ecf