summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-death.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2013-02-13 11:56:38 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2013-02-13 11:56:38 -0600
commit4ad9eaaf570023b3d17fe4f50bce91f4821c495d (patch)
tree8bfc817d3000f1c7e04dbebac70ebb06c208f3b1 /crawl-ref/source/mon-death.h
parenta7f467a29397dca00ce5ef95d5be74d2bfb0b896 (diff)
downloadcrawl-ref-4ad9eaaf570023b3d17fe4f50bce91f4821c495d.tar.gz
crawl-ref-4ad9eaaf570023b3d17fe4f50bce91f4821c495d.zip
Add spacing fixes.
Diffstat (limited to 'crawl-ref/source/mon-death.h')
-rw-r--r--crawl-ref/source/mon-death.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/crawl-ref/source/mon-death.h b/crawl-ref/source/mon-death.h
index 91ddce23e8..d51aa93f2a 100644
--- a/crawl-ref/source/mon-death.h
+++ b/crawl-ref/source/mon-death.h
@@ -25,12 +25,10 @@ bool mons_is_phoenix(const monster* mons);
void phoenix_died(monster* mons);
void timeout_phoenix_markers(int duration);
-
-
monster* get_shedu_pair(const monster* mons);
bool shedu_pair_alive(const monster* mons);
bool mons_is_shedu(const monster* mons);
void shedu_do_resurrection(const monster *mons);
-void shedu_do_actual_resurrection (monster* mons);
+void shedu_do_actual_resurrection(monster* mons);
#endif