summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monster.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/monster.h
parent80acbcddc94923e19f924721417d123d6e706622 (diff)
downloadcrawl-ref-1e224d6e42465bb7c897545c32262b411114c406.tar.gz
crawl-ref-1e224d6e42465bb7c897545c32262b411114c406.zip
Fix whitespace.
Diffstat (limited to 'crawl-ref/source/monster.h')
-rw-r--r--crawl-ref/source/monster.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/monster.h b/crawl-ref/source/monster.h
index 83a02298d2..8b6440e585 100644
--- a/crawl-ref/source/monster.h
+++ b/crawl-ref/source/monster.h
@@ -239,7 +239,7 @@ public:
item_def *launcher();
item_def *missiles();
item_def *shield();
-
+
hands_reqd_type hands_reqd(const item_def &item) const;
bool can_wield(const item_def &item,
@@ -350,7 +350,7 @@ public:
bool no_tele(bool calc_unid = true, bool permit_id = true,
bool blink = false) const;
bool res_corr(bool calc_unid = true, bool items = true) const;
-
+
bool stasis(bool calc_unid = true, bool items = true) const;
flight_type flight_mode() const;