summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index 09ed05cd10..9771cebf07 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -3210,7 +3210,7 @@ bool thrown_object_destroyed(item_def *item, const coord_def& where,
{
int brand = get_ammo_brand(*item);
if (brand == SPMSL_CHAOS || brand == SPMSL_DISPERSAL)
- return(true);
+ return (true);
// [dshaligram] Removed influence of Throwing on ammo preservation.
// The effect is nigh impossible to perceive.
switch (item->sub_type)