summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-17 04:09:51 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-17 04:09:51 +0000
commitcc4623cc0061e35283de2cea5e49032ff7e2f71b (patch)
treebfb9ea2fcae7f643ec01369ae3a9c7e3be453571 /crawl-ref
parentc7c59e9de853e51849b96910c06fd7a4bf8ea790 (diff)
downloadcrawl-ref-cc4623cc0061e35283de2cea5e49032ff7e2f71b.tar.gz
crawl-ref-cc4623cc0061e35283de2cea5e49032ff7e2f71b.zip
Add spacing fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7456 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/makeitem.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index 7a9e13ddaa..f6ccbbf420 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -3802,7 +3802,7 @@ static void _give_ammo(monsters *mon, int level,
return;
const int thing_created =
- items( 0, weap_class, weap_type, true, level, item_race );
+ items(0, weap_class, weap_type, true, level, item_race);
if (thing_created != NON_ITEM)
{