summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-09 14:23:42 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-09 14:23:42 +0000
commit67d64d5da2659b21c3b4067915bb9e3a6ff7a1b5 (patch)
tree6218a8c38071c88bf5afa0de03dbb3149990141d
parent81ab2d0292165a7d947f5aad9e9bb671077661fb (diff)
downloadcrawl-ref-67d64d5da2659b21c3b4067915bb9e3a6ff7a1b5.tar.gz
crawl-ref-67d64d5da2659b21c3b4067915bb9e3a6ff7a1b5.zip
Add whitespace fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10126 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/religion.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 54fb1c8142..645ab044bb 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -3428,7 +3428,7 @@ bool is_holy_item(const item_def& item)
{
unrandart_entry* entry = get_unrand_entry(item.special);
- if (entry->flags & UNRAND_FLAG_HOLY )
+ if (entry->flags & UNRAND_FLAG_HOLY)
return (true);
}