summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/food.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-02 00:19:27 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-02 00:19:27 +0000
commit2a39c829eb24d9187fa752ec2257951eb97de238 (patch)
treec9f04cdfcde1f871cf3e16e14a149ea0114b6ac8 /crawl-ref/source/food.cc
parent08a515361635602563baec9bd7b07b7b9085eaa5 (diff)
downloadcrawl-ref-2a39c829eb24d9187fa752ec2257951eb97de238.tar.gz
crawl-ref-2a39c829eb24d9187fa752ec2257951eb97de238.zip
Add whitespace fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7078 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/food.cc')
-rw-r--r--crawl-ref/source/food.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/food.cc b/crawl-ref/source/food.cc
index 6e663e92f2..aec2c1f25b 100644
--- a/crawl-ref/source/food.cc
+++ b/crawl-ref/source/food.cc
@@ -2044,7 +2044,7 @@ bool is_preferred_food(const item_def &food)
if (food.base_type != OBJ_FOOD)
return (false);
-
+
if (is_poisonous(food))
return (false);