summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-15 17:27:11 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-15 17:27:11 +0000
commit94c124d229562df690dc6ca4af68f05cb32d23c0 (patch)
tree52294312064bea6ff6c708f2b6963b81fcd2f109 /crawl-ref/source/delay.cc
parentd9eb1773cd9b88758651c3261947f30275bfea48 (diff)
downloadcrawl-ref-94c124d229562df690dc6ca4af68f05cb32d23c0.tar.gz
crawl-ref-94c124d229562df690dc6ca4af68f05cb32d23c0.zip
Add still more spacing fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9504 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/delay.cc')
-rw-r--r--crawl-ref/source/delay.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/delay.cc b/crawl-ref/source/delay.cc
index 3bca20b2d8..e114ee8471 100644
--- a/crawl-ref/source/delay.cc
+++ b/crawl-ref/source/delay.cc
@@ -1390,7 +1390,7 @@ void armour_wear_effects(const int item_slot)
if (!was_known)
{
- if (Options.autoinscribe_randarts && is_random_artefact( arm ))
+ if (Options.autoinscribe_randarts && is_random_artefact(arm))
add_autoinscription( arm, randart_auto_inscription(arm));
}
if (!melded)