summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-cast.cc
diff options
context:
space:
mode:
authorgammafunk <gammafunk@gmail.com>2014-03-30 11:12:48 -0500
committergammafunk <gammafunk@gmail.com>2014-03-30 11:12:48 -0500
commitd9c209fe7ca5f958dd014d78a85824357c8c4eb1 (patch)
tree5e9909fbe969a3051dbf4a178228482236a7213c /crawl-ref/source/mon-cast.cc
parent55057a331cc586571a6cb13b96cfa1ff43b334c6 (diff)
downloadcrawl-ref-d9c209fe7ca5f958dd014d78a85824357c8c4eb1.tar.gz
crawl-ref-d9c209fe7ca5f958dd014d78a85824357c8c4eb1.zip
Indent and brace cleanups
Diffstat (limited to 'crawl-ref/source/mon-cast.cc')
-rw-r--r--crawl-ref/source/mon-cast.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-cast.cc b/crawl-ref/source/mon-cast.cc
index 261bbd2b20..01989b8728 100644
--- a/crawl-ref/source/mon-cast.cc
+++ b/crawl-ref/source/mon-cast.cc
@@ -2007,7 +2007,7 @@ static bool _ms_waste_of_time(const monster* mon, spell_type monspell)
return true;
case SPELL_OLGREBS_TOXIC_RADIANCE:
- return (mon->has_ench(ENCH_TOXIC_RADIANCE));
+ return mon->has_ench(ENCH_TOXIC_RADIANCE);
#if TAG_MAJOR_VERSION == 34
case SPELL_SUMMON_TWISTER: