summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dactions.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-04-10 21:47:02 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-04-10 21:47:02 +0200
commit7533cba44f70247141cfe97c49d0846a26c002df (patch)
tree8bce989f69623fb51544a3146190bffe854c1506 /crawl-ref/source/dactions.cc
parentbdaba501ab6dfa919dadfdedf165155bd4d311ff (diff)
downloadcrawl-ref-7533cba44f70247141cfe97c49d0846a26c002df.tar.gz
crawl-ref-7533cba44f70247141cfe97c49d0846a26c002df.zip
Formatting fixes.
Diffstat (limited to 'crawl-ref/source/dactions.cc')
-rw-r--r--crawl-ref/source/dactions.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/dactions.cc b/crawl-ref/source/dactions.cc
index 9a6f9cb1b6..2e428c3c39 100644
--- a/crawl-ref/source/dactions.cc
+++ b/crawl-ref/source/dactions.cc
@@ -293,7 +293,8 @@ unsigned int query_da_counter(daction_type c)
return travel_cache.query_da_counter(c) + count_daction_in_transit(c);
}
-void daction_hog_to_human(monster *mon) {
+void daction_hog_to_human(monster *mon)
+{
// Hogs to humans
monster orig;
const bool could_see = you.can_see(mon);