summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godabil.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2013-03-28 13:49:37 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2013-03-28 13:57:08 -0500
commit7de76e1e802f7892125f2a29f79caffd45a85c6f (patch)
treeb567dcc0e84bd238a058c26b64bdb26e5fbf0c03 /crawl-ref/source/godabil.h
parent334337b948e3eff066b454ce117e8c2a1a330f54 (diff)
downloadcrawl-ref-7de76e1e802f7892125f2a29f79caffd45a85c6f.tar.gz
crawl-ref-7de76e1e802f7892125f2a29f79caffd45a85c6f.zip
Add formatting fixes.
Diffstat (limited to 'crawl-ref/source/godabil.h')
-rw-r--r--crawl-ref/source/godabil.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/godabil.h b/crawl-ref/source/godabil.h
index 7f0d097e7f..ed12aa3cc1 100644
--- a/crawl-ref/source/godabil.h
+++ b/crawl-ref/source/godabil.h
@@ -49,11 +49,11 @@ bool kiku_take_corpse();
bool fedhas_passthrough_class(const monster_type mc);
bool fedhas_passthrough(const monster* target);
bool fedhas_passthrough(const monster_info* target);
-bool fedhas_shoot_through(const bolt & beam, const monster* victim);
+bool fedhas_shoot_through(const bolt& beam, const monster* victim);
int fedhas_fungal_bloom();
bool fedhas_sunlight();
void process_sunlights(bool future = false);
-bool prioritise_adjacent(const coord_def &target, vector<coord_def> &candidates);
+bool prioritise_adjacent(const coord_def& target, vector<coord_def>& candidates);
bool fedhas_plant_ring_from_fruit();
int fedhas_rain(const coord_def &target);
int fedhas_corpse_spores(beh_type behavior = BEH_FRIENDLY,