summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/actor.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2013-08-28 17:22:56 -0400
committerNeil Moore <neil@s-z.org>2013-08-28 17:22:56 -0400
commit1e224d6e42465bb7c897545c32262b411114c406 (patch)
tree38d6cbc6f2dd54adbfe286fd2360791aab5a8f6f /crawl-ref/source/actor.h
parent80acbcddc94923e19f924721417d123d6e706622 (diff)
downloadcrawl-ref-1e224d6e42465bb7c897545c32262b411114c406.tar.gz
crawl-ref-1e224d6e42465bb7c897545c32262b411114c406.zip
Fix whitespace.
Diffstat (limited to 'crawl-ref/source/actor.h')
-rw-r--r--crawl-ref/source/actor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/actor.h b/crawl-ref/source/actor.h
index cda7c20d9e..890879d33c 100644
--- a/crawl-ref/source/actor.h
+++ b/crawl-ref/source/actor.h
@@ -120,7 +120,7 @@ public:
bool calc_unid = true) const = 0;
virtual int scan_artefacts(artefact_prop_type which_property,
bool calc_unid = true) const = 0;
-
+
virtual hands_reqd_type hands_reqd(const item_def &item) const;
bool can_wield(const item_def* item,